Uses of Class
eu.europa.esig.dss.validation.ListOCSPSource
-
Packages that use ListOCSPSource Package Description eu.europa.esig.dss.validation eu.europa.esig.dss.validation.timestamp -
-
Uses of ListOCSPSource in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return ListOCSPSource Modifier and Type Method Description ListOCSPSourceAdvancedSignature. getCompleteOCSPSource()Gets a ListOCSPSource representing a merged source fromsignatureOCSPSourseand all included to the signature timestamp objectsListOCSPSourceDefaultAdvancedSignature. getCompleteOCSPSource()ListOCSPSourceCertificateVerifier. getSignatureOCSPSource()This method returns the OCSP source (information extracted from signatures).ListOCSPSourceCommonCertificateVerifier. getSignatureOCSPSource()Methods in eu.europa.esig.dss.validation with parameters of type ListOCSPSource Modifier and Type Method Description voidCertificateVerifier. setSignatureOCSPSource(ListOCSPSource signatureOCSPSource)This method allows to set the OCSP source (information extracted from signatures).voidCommonCertificateVerifier. setSignatureOCSPSource(ListOCSPSource signatureOCSPSource) -
Uses of ListOCSPSource in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp declared as ListOCSPSource Modifier and Type Field Description protected ListOCSPSourceAbstractTimestampSource. ocspSourceMethods in eu.europa.esig.dss.validation.timestamp that return ListOCSPSource Modifier and Type Method Description ListOCSPSourceAbstractTimestampSource. getCommonOCSPSource()ListOCSPSourceSignatureTimestampSource. getCommonOCSPSource()Returns a mergedListOCSPSourcebetween signatureOCSPSource and all embedded timestamp OCSP sources
-