Uses of Interface
eu.europa.esig.dss.model.x509.revocation.crl.CRL
-
Uses of CRL in eu.europa.esig.dss.asic.common.validation
Method parameters in eu.europa.esig.dss.asic.common.validation with type arguments of type CRL Modifier and Type Method Description protected DiagnosticDataBuilder
AbstractASiCContainerValidator. getDiagnosticDataBuilderConfiguration(ValidationContext validationContext, List<AdvancedSignature> signatures, ListRevocationSource<CRL> listCRLSource, ListRevocationSource<OCSP> listOCSPSource)
-
Uses of CRL in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type CRL Modifier and Type Method Description protected ListRevocationSource<CRL>
PDFDocumentValidator. mergeCRLSources(Collection<AdvancedSignature> allSignatures, Collection<TimestampToken> timestampTokens, Collection<PdfDssDict> dssDictionaries)
-
Uses of CRL in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl that return types with arguments of type CRL Modifier and Type Method Description protected RevocationToken<CRL>
JdbcCacheCRLSource. buildRevocationTokenFromResult(ResultSet rs, CertificateToken certificateToken, CertificateToken issuerCert)
Method parameters in eu.europa.esig.dss.service.crl with type arguments of type CRL Modifier and Type Method Description protected void
JdbcCacheCRLSource. insertRevocation(RevocationToken<CRL> token)
Insert a new CRL into the cacheprotected void
JdbcCacheCRLSource. updateRevocation(RevocationToken<CRL> token)
Update the cache with the CRL -
Uses of CRL in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return types with arguments of type CRL Modifier and Type Method Description List<RevocationToken<CRL>>
OfflineCRLSource. getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerToken)
Method parameters in eu.europa.esig.dss.spi.x509.revocation.crl with type arguments of type CRL Modifier and Type Method Description boolean
CRLTokenRefMatcher. match(EncapsulatedRevocationTokenIdentifier identifier, RevocationRef<CRL> reference)
boolean
CRLTokenRefMatcher. match(RevocationToken<CRL> token, RevocationRef<CRL> reference)
boolean
CRLTokenRefMatcher. match(RevocationToken<CRL> token, RevocationRef<CRL> reference)
-
Uses of CRL in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type CRL Modifier and Type Method Description RevocationToken<CRL>
OCSPAndCRLRevocationSource. checkCRL(CertificateToken certificateToken, CertificateToken issuerToken)
ListRevocationSource<CRL>
AdvancedSignature. getCompleteCRLSource()
Gets a ListRevocationSource representing a merged source fromsignatureCRLSourse
and all included to the signature timestamp objectsRevocationSource<CRL>
CertificateVerifier. getCrlSource()
Returns the CRL source associated with this verifier.RevocationSource<CRL>
CommonCertificateVerifier. getCrlSource()
OfflineRevocationSource<CRL>
AdvancedSignature. getCRLSource()
Gets a CRL source which contains ALL CRLs embedded in the signature.ListRevocationSource<CRL>
CertificateVerifier. getSignatureCRLSource()
This method returns the CRL source (information extracted from signatures).ListRevocationSource<CRL>
CommonCertificateVerifier. getSignatureCRLSource()
protected ListRevocationSource<CRL>
SignedDocumentValidator. mergeCRLSources(Collection<AdvancedSignature> allSignatureList, Collection<TimestampToken> detachedTimestamps)
For all signatures to be validated this method merges the CRL sources.Method parameters in eu.europa.esig.dss.validation with type arguments of type CRL Modifier and Type Method Description DiagnosticDataBuilder
DiagnosticDataBuilder. completeCRLSource(ListRevocationSource<CRL> completeCRLSource)
Sets a merged CRL Sourceprotected DiagnosticDataBuilder
SignedDocumentValidator. getDiagnosticDataBuilderConfiguration(ValidationContext validationContext, List<AdvancedSignature> signatures, ListRevocationSource<CRL> listCRLSource, ListRevocationSource<OCSP> listOCSPSource)
protected void
SignedDocumentValidator. prepareCertificateVerifier(ListRevocationSource<CRL> listCRLSource, ListRevocationSource<OCSP> listOCSPSource, ListCertificateSource listCertificateSource)
Sets revocation sources for a following certificate validationvoid
CertificateVerifier. setCrlSource(RevocationSource<CRL> crlSource)
Defines the source of CRL used by this classvoid
CommonCertificateVerifier. setCrlSource(RevocationSource<CRL> crlSource)
void
CertificateVerifier. setSignatureCRLSource(ListRevocationSource<CRL> signatureCRLSource)
This method allows to set the CRL source (information extracted from signatures).void
CommonCertificateVerifier. setSignatureCRLSource(ListRevocationSource<CRL> signatureCRLSource)
Constructor parameters in eu.europa.esig.dss.validation with type arguments of type CRL Constructor Description OCSPAndCRLRevocationSource(RevocationSource<CRL> crlSource, RevocationSource<OCSP> ocspSource)
Build a OCSPAndCRLCertificateVerifier that will use the provided CRLSource and OCSPSource -
Uses of CRL in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp with type parameters of type CRL Modifier and Type Field Description protected ListRevocationSource<CRL>
AbstractTimestampSource. crlSource
Revocation sources containing merged data from signature and timestampsprotected OfflineRevocationSource<CRL>
AbstractTimestampSource. signatureCRLSource
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type CRL Modifier and Type Method Description ListRevocationSource<CRL>
AbstractTimestampSource. getTimestampCRLSources()
ListRevocationSource<CRL>
TimestampSource. getTimestampCRLSources()
Returns a mergedListRevocationSource
of all embedded timestamp CRL sources