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 DiagnosticDataBuilderAbstractASiCContainerValidator. 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 voidJdbcCacheCRLSource. insertRevocation(RevocationToken<CRL> token)Insert a new CRL into the cacheprotected voidJdbcCacheCRLSource. 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 booleanCRLTokenRefMatcher. match(EncapsulatedRevocationTokenIdentifier identifier, RevocationRef<CRL> reference)booleanCRLTokenRefMatcher. match(RevocationToken<CRL> token, RevocationRef<CRL> reference)booleanCRLTokenRefMatcher. 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 fromsignatureCRLSourseand 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 DiagnosticDataBuilderDiagnosticDataBuilder. completeCRLSource(ListRevocationSource<CRL> completeCRLSource)Sets a merged CRL Sourceprotected DiagnosticDataBuilderSignedDocumentValidator. getDiagnosticDataBuilderConfiguration(ValidationContext validationContext, List<AdvancedSignature> signatures, ListRevocationSource<CRL> listCRLSource, ListRevocationSource<OCSP> listOCSPSource)protected voidSignedDocumentValidator. prepareCertificateVerifier(ListRevocationSource<CRL> listCRLSource, ListRevocationSource<OCSP> listOCSPSource, ListCertificateSource listCertificateSource)Sets revocation sources for a following certificate validationvoidCertificateVerifier. setCrlSource(RevocationSource<CRL> crlSource)Defines the source of CRL used by this classvoidCommonCertificateVerifier. setCrlSource(RevocationSource<CRL> crlSource)voidCertificateVerifier. setSignatureCRLSource(ListRevocationSource<CRL> signatureCRLSource)This method allows to set the CRL source (information extracted from signatures).voidCommonCertificateVerifier. 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. crlSourceRevocation sources containing merged data from signature and timestampsprotected OfflineRevocationSource<CRL>AbstractTimestampSource. signatureCRLSourceMethods 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 mergedListRevocationSourceof all embedded timestamp CRL sources