Uses of Interface
eu.europa.esig.dss.model.x509.revocation.crl.CRL
Packages that use CRL
Package
Description
-
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 CRLModifier and TypeMethodDescriptionPAdESCRLSource.getADBERevocationValuesBinaries()PAdESCRLSource.getADBERevocationValuesTokens()PAdESCRLSource.getAllRevocationBinariesWithOrigins()PAdESCRLSource.getAllRevocationTokensWithOrigins()PAdESSignature.getCompleteCRLSource()PAdESCRLSource.getDSSDictionaryBinaries()PAdESCRLSource.getDSSDictionaryTokens()PAdESCRLSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerToken) PAdESCRLSource.getVRIDictionaryBinaries()PAdESCRLSource.getVRIDictionaryTokens()Method parameters in eu.europa.esig.dss.pades.validation with type arguments of type CRLModifier and TypeMethodDescriptionvoidPAdESSignature.setDssCRLSource(ListRevocationSource<CRL> dssCRLSource) Sets a joint DSS/VRI CRL Source -
Uses of CRL in eu.europa.esig.dss.pades.validation.dss
Methods in eu.europa.esig.dss.pades.validation.dss that return types with arguments of type CRLModifier and TypeMethodDescriptionPdfDssDictCRLSource.getAllRevocationBinariesWithOrigins()PdfDssDictCRLSource.getAllRevocationTokensWithOrigins()PdfDssDictCRLSource.getDSSDictionaryBinaries()PdfDssDictCRLSource.getDSSDictionaryTokens()PdfDssDictCRLSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerToken) PdfDssDictCRLSource.getVRIDictionaryBinaries()PdfDssDictCRLSource.getVRIDictionaryTokens()Method parameters in eu.europa.esig.dss.pades.validation.dss with type arguments of type CRLModifier and TypeMethodDescriptionvoidPdfCompositeDssDictCRLSource.addRevocation(RevocationToken<CRL> token, EncapsulatedRevocationTokenIdentifier<CRL> binary) voidPdfCompositeDssDictCRLSource.addRevocation(RevocationToken<CRL> token, EncapsulatedRevocationTokenIdentifier<CRL> binary) PdfCompositeDssDictCRLSource.getRevocationTokenIds(RevocationToken<CRL> crlToken) Returns corresponding PDF object identifier for the extracted revocation tokenPdfCompositeDssDictCRLSource.getTokenBinaryObjectIds(EncapsulatedRevocationTokenIdentifier<CRL> binary) Returns PDF object identifier for the provided binary -
Uses of CRL in eu.europa.esig.dss.pades.validation.timestamp
Constructor parameters in eu.europa.esig.dss.pades.validation.timestamp with type arguments of type CRLModifierConstructorDescriptionPdfRevisionTimestampSource(PdfRevision pdfRevision, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Default constructor -
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 CRLModifier and TypeMethodDescriptionprotected RevocationToken<CRL>JdbcCacheCRLSource.buildRevocationTokenFromResult(SqlRecord response, CertificateToken certificateToken, CertificateToken issuerCertificateToken) OnlineCRLSource.getRevocationTokenAndUrl(CertificateToken certificateToken, CertificateToken issuerToken) protected OnlineRevocationSource.RevocationTokenAndUrl<CRL>OnlineCRLSource.getRevocationTokenAndUrl(CertificateToken certificateToken, CertificateToken issuerToken, List<String> crlUrls) Extracts a CRL token for acertificateTokenfrom the given list ofcrlUrlsMethod parameters in eu.europa.esig.dss.service.crl with type arguments of type CRLModifier and TypeMethodDescriptionprotected voidJdbcCacheCRLSource.insertRevocation(String revocationKey, RevocationToken<CRL> token) protected voidJdbcCacheCRLSource.updateRevocation(String revocationKey, RevocationToken<CRL> token) -
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 CRLModifier and TypeMethodDescriptionExternalResourcesCRLSource.getRevocationTokens(CertificateToken certificate, CertificateToken issuer) OfflineCRLSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerToken) Method parameters in eu.europa.esig.dss.spi.x509.revocation.crl with type arguments of type CRLModifier and TypeMethodDescriptionbooleanCRLTokenRefMatcher.match(EncapsulatedRevocationTokenIdentifier<CRL> identifier, RevocationRef<CRL> reference) booleanCRLTokenRefMatcher.match(EncapsulatedRevocationTokenIdentifier<CRL> 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
Fields in eu.europa.esig.dss.validation with type parameters of type CRLModifier and TypeFieldDescriptionprotected RevocationSource<CRL>RevocationDataLoadingStrategy.crlSourceThe CRL revocation sourceprotected ListRevocationSource<CRL>SignedDocumentDiagnosticDataBuilder.documentCRLSourceThe list of all CRL revocation sources extracted from a validating document (signature(s), timestamp(s))Methods in eu.europa.esig.dss.validation that return types with arguments of type CRLModifier and TypeMethodDescriptionprotected RevocationToken<CRL>RevocationDataLoadingStrategy.checkCRL(CertificateToken certificateToken, CertificateToken issuerToken) Retrieves and verifies the obtained CRL token NOTE: returns only if a valid entry has been obtained!AdvancedSignature.getCompleteCRLSource()Gets a ListRevocationSource representing a merged source fromsignatureCRLSourseand all included to the signature timestamp objectsDefaultAdvancedSignature.getCompleteCRLSource()protected ListRevocationSource<CRL>DefaultAdvancedSignature.getCounterSignaturesCRLSource()Returns a merged CRL source for values incorporated within counter signaturesCertificateVerifier.getCrlSource()Returns the CRL source associated with this verifier.CommonCertificateVerifier.getCrlSource()AdvancedSignature.getCRLSource()Gets a CRL source which contains ALL CRLs embedded in the signature.SignatureValidationContext.getDocumentCRLSource()ValidationContext.getDocumentCRLSource()Returns a list of all CRLOfflineRevocationSources extracted from a validating documentMethod parameters in eu.europa.esig.dss.validation with type arguments of type CRLModifier and TypeMethodDescriptionvoidSignatureValidationContext.addDocumentCRLSource(OfflineRevocationSource<CRL> crlSource) voidSignatureValidationContext.addDocumentCRLSource(ListRevocationSource<CRL> crlSource) voidValidationContext.addDocumentCRLSource(OfflineRevocationSource<CRL> crlSource) Adds an extracted CRL source to the used list of sourcesvoidValidationContext.addDocumentCRLSource(ListRevocationSource<CRL> crlSource) Adds a list CRL source to the used list of sourcesSignedDocumentDiagnosticDataBuilder.documentCRLSource(ListRevocationSource<CRL> documentCRLSource) Sets a document CRL Source containing all sources extracted from the provided signature(s)/timestamp(s)voidValidationData.excludeCRLTokens(Collection<EncapsulatedRevocationTokenIdentifier<CRL>> crlTokensToExclude) Removes all CRL token entries matching the provided collection of encapsulated CRL binariesvoidCertificateVerifier.setCrlSource(RevocationSource<CRL> crlSource) Defines the source of CRL used by this classvoidCommonCertificateVerifier.setCrlSource(RevocationSource<CRL> crlSource) -
Uses of CRL in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp with type parameters of type CRLModifier and TypeFieldDescriptionprotected ListRevocationSource<CRL>SignatureTimestampSource.crlSourceCRL revocation source containing merged data from signature and timestampsMethods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type CRLModifier and TypeMethodDescriptionSignatureTimestampSource.getTimestampCRLSources()TimestampSource.getTimestampCRLSources()Returns a mergedListRevocationSourceof all embedded timestamp CRL sourcesMethod parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type CRLModifier and TypeMethodDescriptionprotected List<TimestampedReference>AbstractTimestampSource.createReferencesForCRLBinaries(Collection<? extends EncapsulatedRevocationTokenIdentifier<CRL>> crlBinaryIdentifiers) Creates a list ofTimestampedReferences from a collection ofCRLBinarysprotected List<TimestampedReference>AbstractTimestampSource.createReferencesForCRLRefs(Collection<? extends RevocationRef<CRL>> crlRefs, OfflineRevocationSource<CRL> currentCRLSource, ListRevocationSource<CRL> listCRLSource) Returns a list of timestamped references from the given collection ofcrlRefsprotected List<TimestampedReference>AbstractTimestampSource.createReferencesForCRLRefs(Collection<? extends RevocationRef<CRL>> crlRefs, OfflineRevocationSource<CRL> currentCRLSource, ListRevocationSource<CRL> listCRLSource) Returns a list of timestamped references from the given collection ofcrlRefsprotected List<TimestampedReference>AbstractTimestampSource.createReferencesForCRLRefs(Collection<? extends RevocationRef<CRL>> crlRefs, OfflineRevocationSource<CRL> currentCRLSource, ListRevocationSource<CRL> listCRLSource) Returns a list of timestamped references from the given collection ofcrlRefsprotected List<TimestampedReference>AbstractTimestampSource.getEncapsulatedValuesFromTimestamp(TimestampToken timestampedTimestamp, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Gets a list of all validation data embedded to thetimestampedTimestampprotected List<TimestampedReference>AbstractTimestampSource.getReferencesFromTimestamp(TimestampToken timestampToken, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Incorporates all references from the giventimestampToken