Uses of Class
eu.europa.esig.dss.validation.ListCRLSource
-
Packages that use ListCRLSource Package Description eu.europa.esig.dss.validation eu.europa.esig.dss.validation.timestamp -
-
Uses of ListCRLSource in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return ListCRLSource Modifier and Type Method Description ListCRLSourceAdvancedSignature. getCompleteCRLSource()Gets a ListCRLSource representing a merged source fromsignatureCRLSourseand all included to the signature timestamp objectsListCRLSourceDefaultAdvancedSignature. getCompleteCRLSource()ListCRLSourceCertificateVerifier. getSignatureCRLSource()This method returns the CRL source (information extracted from signatures).ListCRLSourceCommonCertificateVerifier. getSignatureCRLSource()Methods in eu.europa.esig.dss.validation with parameters of type ListCRLSource Modifier and Type Method Description voidCertificateVerifier. setSignatureCRLSource(ListCRLSource signatureCRLSource)This method allows to set the CRL source (information extracted from signatures).voidCommonCertificateVerifier. setSignatureCRLSource(ListCRLSource signatureCRLSource) -
Uses of ListCRLSource in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp declared as ListCRLSource Modifier and Type Field Description protected ListCRLSourceAbstractTimestampSource. crlSourceRevocation sources containing merged data from signature source and timestampsMethods in eu.europa.esig.dss.validation.timestamp that return ListCRLSource Modifier and Type Method Description ListCRLSourceAbstractTimestampSource. getCommonCRLSource()ListCRLSourceSignatureTimestampSource. getCommonCRLSource()Returns a mergedListCRLSourcebetween signatureCRLSource and all embedded timestamp CRL sources
-