Uses of Class
eu.europa.esig.dss.spi.x509.revocation.RevocationToken
Packages that use RevocationToken
Package
Description
-
Uses of RevocationToken in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type RevocationTokenModifier and TypeMethodDescriptionPAdESCRLSource.getADBERevocationValuesTokens()
PAdESOCSPSource.getADBERevocationValuesTokens()
PAdESCRLSource.getAllRevocationTokensWithOrigins()
PAdESOCSPSource.getAllRevocationTokensWithOrigins()
PAdESCRLSource.getDSSDictionaryTokens()
PAdESOCSPSource.getDSSDictionaryTokens()
PAdESCRLSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerToken) PAdESOCSPSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerToken) PAdESCRLSource.getVRIDictionaryTokens()
PAdESOCSPSource.getVRIDictionaryTokens()
-
Uses of RevocationToken in eu.europa.esig.dss.pades.validation.dss
Methods in eu.europa.esig.dss.pades.validation.dss that return types with arguments of type RevocationTokenModifier and TypeMethodDescriptionPdfDssDictCRLSource.getAllRevocationTokensWithOrigins()
PdfDssDictOCSPSource.getAllRevocationTokensWithOrigins()
PdfDssDictCRLSource.getDSSDictionaryTokens()
PdfDssDictOCSPSource.getDSSDictionaryTokens()
PdfDssDictCRLSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerToken) PdfDssDictOCSPSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerToken) PdfDssDictCRLSource.getVRIDictionaryTokens()
PdfDssDictOCSPSource.getVRIDictionaryTokens()
Methods in eu.europa.esig.dss.pades.validation.dss with parameters of type RevocationTokenModifier and TypeMethodDescriptionvoid
PdfCompositeDssDictCRLSource.addRevocation
(RevocationToken<CRL> token, EncapsulatedRevocationTokenIdentifier<CRL> binary) void
PdfCompositeDssDictOCSPSource.addRevocation
(RevocationToken<OCSP> token, EncapsulatedRevocationTokenIdentifier<OCSP> binary) protected Set
<PdfObjectKey> PdfCompositeDssDictCRLSource.getRevocationTokenIds
(RevocationToken<CRL> crlToken) Returns corresponding PDF object identifier for the extracted revocation tokenprotected Set
<PdfObjectKey> PdfCompositeDssDictOCSPSource.getRevocationTokenIds
(RevocationToken<OCSP> ocspToken) Returns corresponding PDF object identifier for the extracted revocation token -
Uses of RevocationToken in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl that return RevocationTokenModifier and TypeMethodDescriptionprotected RevocationToken
<CRL> JdbcCacheCRLSource.buildRevocationTokenFromResult
(SqlRecord response, CertificateToken certificateToken, CertificateToken issuerCertificateToken) protected RevocationToken
<CRL> FileCacheCRLSource.reconstructTokenFromEncodedData
(FileRevocationSource<CRL>.FileCacheEntry revocationCache, CertificateToken certificateToken, CertificateToken issuerCertToken) Methods in eu.europa.esig.dss.service.crl with parameters of type RevocationTokenModifier and TypeMethodDescriptionprotected void
JdbcCacheCRLSource.insertRevocation
(String revocationKey, RevocationToken<CRL> token) protected void
FileCacheCRLSource.saveRevocationToken
(FileRevocationSource<CRL>.FileCacheEntry revocationCache, RevocationToken<CRL> token) protected void
JdbcCacheCRLSource.updateRevocation
(String revocationKey, RevocationToken<CRL> token) -
Uses of RevocationToken in eu.europa.esig.dss.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp that return RevocationTokenModifier and TypeMethodDescriptionprotected RevocationToken
<OCSP> JdbcCacheOCSPSource.buildRevocationTokenFromResult
(SqlRecord response, CertificateToken certificateToken, CertificateToken issuerCert) Methods in eu.europa.esig.dss.service.ocsp with parameters of type RevocationTokenModifier and TypeMethodDescriptionprotected void
JdbcCacheOCSPSource.insertRevocation
(String revocationKey, RevocationToken<OCSP> token) protected void
JdbcCacheOCSPSource.updateRevocation
(String revocationKey, RevocationToken<OCSP> token) Updates the currently stored OCSP token for the givenkey
with suppliedtoken
. -
Uses of RevocationToken in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi with parameters of type RevocationTokenModifier and TypeMethodDescriptionstatic boolean
DSSRevocationUtils.checkIssuerValidAtRevocationProductionTime
(RevocationToken<?> revocationToken, CertificateToken issuerCertificateToken) Checks if the revocation has been produced during the issuer certificate validity range -
Uses of RevocationToken in eu.europa.esig.dss.spi.validation
Methods in eu.europa.esig.dss.spi.validation that return RevocationTokenModifier and TypeMethodDescriptionprotected RevocationToken
<CRL> RevocationDataLoadingStrategy.checkCRL
(CertificateToken certificateToken, CertificateToken issuerToken) Retrieves and verifies the obtained CRL tokenprotected RevocationToken
<OCSP> RevocationDataLoadingStrategy.checkOCSP
(CertificateToken certificateToken, CertificateToken issuerToken) Retrieves and verifies the obtained OCSP tokenCRLFirstRevocationDataLoadingStrategy.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerToken) OCSPFirstRevocationDataLoadingStrategy.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerToken) abstract RevocationToken
RevocationDataLoadingStrategy.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method retrieves aRevocationToken
for the given certificateTokenMethods in eu.europa.esig.dss.spi.validation that return types with arguments of type RevocationTokenModifier and TypeMethodDescriptionprotected Collection
<RevocationToken<?>> RevocationDataVerifier.getProcessedRevocations()
Deprecated.since DSS 6.3.Set
<RevocationToken<?>> SignatureValidationContext.getProcessedRevocations()
Set
<RevocationToken<?>> ValidationContext.getProcessedRevocations()
Returns a read only list of all revocations used in the process of the validation of all signatures from the given document.List
<RevocationToken<?>> SignatureValidationContext.getRevocationData
(CertificateToken certificateToken) List
<RevocationToken<?>> ValidationContext.getRevocationData
(CertificateToken certificateToken) Returns revocation data for the givencertificateToken
, whether extracted from a signature file or obtained online.Methods in eu.europa.esig.dss.spi.validation with parameters of type RevocationTokenModifier and TypeMethodDescriptionvoid
SignatureValidationContext.addRevocationTokenForVerification
(RevocationToken<?> revocationToken) void
ValidationContext.addRevocationTokenForVerification
(RevocationToken<?> revocationToken) Adds a new revocation token to the list of tokens to verify.boolean
RevocationDataVerifier.checkCertificateNotRevoked
(RevocationToken<?> revocationToken, Date controlTime) This method verifies whether a certificate was not revoked atcontrolTime
boolean
RevocationDataVerifier.isAcceptable
(RevocationToken<?> revocationToken) This method verifies the validity of the givenRevocationToken
using the embedded issuer certificate token at the current timeboolean
RevocationDataVerifier.isAcceptable
(RevocationToken<?> revocationToken, CertificateToken issuerCertificateToken) This method verifies the validity of the givenRevocationToken
at the current timeboolean
RevocationDataVerifier.isAcceptable
(RevocationToken<?> revocationToken, CertificateToken issuerCertificateToken, Date controlTime) This method verifies the validity of the givenRevocationToken
atcontrolTime
boolean
RevocationDataVerifier.isAcceptable
(RevocationToken<?> revocationToken, CertificateToken issuerCertificateToken, List<CertificateToken> certificateChain, Date controlTime) This method verifies the validity of the givenRevocationToken
atcontrolTime
boolean
RevocationDataVerifier.isAcceptable
(RevocationToken<?> revocationToken, Date controlTime) This method verifies the validity of the givenRevocationToken
at the givencontrolTime
using the embedded issuer certificate tokenprotected boolean
RevocationDataVerifier.isAcceptableSignatureAlgorithm
(RevocationToken<?> revocationToken, CertificateToken issuerCertificateToken) Verifies validity of the used signature algorithm on revocation data creation is still valid according to the specified cryptographic constraints.protected boolean
RevocationDataLoadingStrategy.isAcceptableToken
(RevocationToken<?> revocationToken) This method verifies whether the obtained revocation token is acceptableboolean
RevocationDataVerifier.isAfterThisUpdateAndBeforeNextUpdate
(RevocationToken<?> revocationToken, Date date) Verifies whether thecontrolTime
is within revocation data's thisUpdate and nextUpdate timesprotected boolean
RevocationDataVerifier.isConsistent
(RevocationToken<?> revocation) Verifies whether the revocation token is consistentprotected boolean
RevocationDataVerifier.isGoodIssuer
(RevocationToken<?> revocationToken, CertificateToken issuerCertificateToken, Date controlTime) Verifies validity if theissuerCertificateToken
ofrevocationToken
protected boolean
RevocationDataVerifier.isRevocationDataComplete
(RevocationToken<?> revocationToken) Verifies whether the revocation token contains all required databoolean
RevocationDataVerifier.isRevocationDataFresh
(RevocationToken<?> revocationToken, Date validationTime, Context context) This method verifies if therevocationToken
considered withincontext
is fresh enough relatively to the givenvalidationTime
protected boolean
RevocationDataVerifier.isRevocationThisUpdateAfterValidationTime
(RevocationToken<?> revocationToken, Date validationTime, long maximumRevocationFreshness) This method verifies whether the revocation's thisUpdate time is after thevalidationTime
minus the acceptablemaximumRevocationFreshness
protected boolean
RevocationDataVerifier.isRevocationThisUpdateAfterValidationTimeNullConstraint
(RevocationToken<?> revocationToken, Date validationTime) This method verifies whether the revocation's thisUpdate time is after thevalidationTime
minus the difference between nextUpdate and thisUpdate field valuesprotected boolean
RevocationDataVerifier.isRevocationTokenValid
(RevocationToken<?> revocationToken) Verifies whether the revocation token is cryptographically validprotected boolean
RevocationDataVerifier.isSelfIssuedRevocation
(CertificateToken certificateToken, RevocationToken<?> revocationData) Verifies whether the verified certificate does not occur in the revocation's issuer certificate chainMethod parameters in eu.europa.esig.dss.spi.validation with type arguments of type RevocationTokenModifier and TypeMethodDescriptionprotected void
RevocationDataVerifier.setProcessedRevocations
(Collection<RevocationToken<?>> processedRevocations) Deprecated.since DSS 6.3. -
Uses of RevocationToken in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return RevocationTokenModifier and TypeMethodDescriptionAlternateUrlsSourceAdapter.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) AlternateUrlsSourceAdapter.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls) CompositeRevocationSource.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) -
Uses of RevocationToken in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationTokenModifier and TypeMethodDescriptionprotected abstract RevocationToken
<R> JdbcRevocationSource.buildRevocationTokenFromResult
(SqlRecord response, CertificateToken certificateToken, CertificateToken issuerCertificateToken) BuildsRevocationToken
from the obtainedResultSet
OfflineRevocationSource.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method returns the latest issued revocation token from a set of all revocation data found for the givencertificateToken
.RepositoryRevocationSource.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) RepositoryRevocationSource.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh) Retrieves a revocation token for the givenCertificateToken
RevocationSource.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method retrieves aRevocationToken
for the certificateTokenRevocationSourceAlternateUrlsSupport.getRevocationToken
(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls) Gets anRevocationToken
for the given certificate / issuer's certificate couple.protected abstract RevocationToken
<R> FileRevocationSource.reconstructTokenFromEncodedData
(FileRevocationSource<R>.FileCacheEntry revocationCache, CertificateToken certificateToken, CertificateToken issuerCertToken) Creates a revocation token from cached encoded dataMethods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationTokenModifier and TypeMethodDescriptionprotected List
<RevocationToken<R>> FileRevocationSource.findRevocations
(String key, CertificateToken certificateToken, CertificateToken issuerCertToken) protected List
<RevocationToken<R>> JdbcRevocationSource.findRevocations
(String key, CertificateToken certificateToken, CertificateToken issuerCertificateToken) protected abstract List
<RevocationToken<R>> RepositoryRevocationSource.findRevocations
(String key, CertificateToken certificateToken, CertificateToken issuerCertToken) Finds a list of RevocationTokens in the cache for the givencertificateToken
with the correspondingkey
OfflineRevocationSource.getADBERevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in the ADBE signed attribute NOTE: Applicable only for PAdES revocation sourceOfflineRevocationSource.getAllRevocationTokens()
Retrieves a Set of all foundRevocationToken
OfflineRevocationSource.getAllRevocationTokensWithOrigins()
Returns all tokens with their originsOfflineRevocationSource.getAnyValidationDataTokens()
Retrieves the list of allRevocationToken
s present in 'AnyValidationData' elementOfflineRevocationSource.getAttributeRevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in 'AttributeRevocationValues' elementOfflineRevocationSource.getCMSSignedDataRevocationTokens()
Retrieves the list of allRevocationToken
s present in the CMS SignedData NOTE: Applicable only for CAdES revocation sourcesOfflineRevocationSource.getDSSDictionaryTokens()
Retrieves the list of allRevocationToken
s present in 'DSS' dictionary NOTE: Applicable only for PAdES revocation sourceListRevocationSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) MultipleRevocationSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method retrieves a list ofRevocationToken
for the certificateTokenRepositoryRevocationSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerCertificateToken) RepositoryRevocationSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh) Retrieves a list of revocation token for the givenCertificateToken
OfflineRevocationSource.getRevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in 'RevocationValues' elementOfflineRevocationSource.getTimestampValidationDataTokens()
Retrieves the list of allRevocationToken
s present in 'TimestampValidationData' elementOfflineRevocationSource.getUniqueRevocationTokensWithOrigins()
Returns a Map of uniqueRevocationToken
based on binary (a same binary can cover several certificates) with their originsOfflineRevocationSource.getVRIDictionaryTokens()
Retrieves the list of allRevocationToken
s present in 'VRI' dictionary NOTE: Applicable only for PAdES revocation sourceMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationTokenModifier and TypeMethodDescriptionvoid
OfflineRevocationSource.addRevocation
(RevocationToken<R> token, RevocationOrigin origin) This method adds a revocation token with its originvoid
OfflineRevocationSource.addRevocation
(RevocationToken<R> token, EncapsulatedRevocationTokenIdentifier<R> binary) This method adds aRevocationToken
from the binaryOfflineRevocationSource.findRefsAndOriginsForRevocationToken
(RevocationToken<R> revocationToken) Retrieves a Map of foundRevocationRef
with their origins for the givenRevocationToken
protected String
RepositoryRevocationSource.getRevocationSourceUrl
(CertificateToken certificateToken, RevocationToken<R> revocationToken) Returns a revocation URL for the givenrevocationToken
protected void
FileRevocationSource.insertRevocation
(String revocationKey, RevocationToken<R> token) protected abstract void
RepositoryRevocationSource.insertRevocation
(String revocationKey, RevocationToken<R> token) Inserts a new RevocationToken into the cacheprotected boolean
RepositoryRevocationSource.isNotExpired
(RevocationToken<R> revocationToken, CertificateToken certificateTokenIssuer) Checks if the nextUpdate date is currently valid with respect of nextUpdateDelay and maxNexUpdateDelay parameters.boolean
RevocationTokenRefMatcher.match
(RevocationToken<R> token, RevocationRef<R> reference) This method returns true if the reference is related to the provided tokenvoid
FileRevocationSource.FileCacheEntry.saveRevocationToken
(RevocationToken<R> revocationToken) WritesrevocationToken
to corresponding cache document and associated documentsprotected void
FileRevocationSource.saveRevocationToken
(FileRevocationSource<R>.FileCacheEntry revocationCache, RevocationToken<R> token) Writes therevocationToken
within the file systemprotected void
FileRevocationSource.updateRevocation
(String revocationKey, RevocationToken<R> token) protected abstract void
RepositoryRevocationSource.updateRevocation
(String revocationKey, RevocationToken<R> token) Updates the RevocationToken into cacheConstructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationTokenModifierConstructorDescriptionRevocationTokenIdentifier
(RevocationToken<?> revocationToken) Default constructor -
Uses of RevocationToken in eu.europa.esig.dss.spi.x509.revocation.crl
Subclasses of RevocationToken in eu.europa.esig.dss.spi.x509.revocation.crlModifier and TypeClassDescriptionclass
This class represents a CRL and provides the information about its validity.Methods in eu.europa.esig.dss.spi.x509.revocation.crl that return types with arguments of type RevocationTokenModifier and TypeMethodDescriptionExternalResourcesCRLSource.getRevocationTokens
(CertificateToken certificate, CertificateToken issuer) OfflineCRLSource.getRevocationTokens
(CertificateToken certificateToken, CertificateToken issuerToken) Methods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type RevocationTokenModifier and TypeMethodDescriptionboolean
CRLTokenRefMatcher.match
(RevocationToken<CRL> token, RevocationRef<CRL> reference) -
Uses of RevocationToken in eu.europa.esig.dss.spi.x509.revocation.ocsp
Subclasses of RevocationToken in eu.europa.esig.dss.spi.x509.revocation.ocspModifier and TypeClassDescriptionclass
OCSP Signed Token which encapsulate BasicOCSPResp (BC).Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return types with arguments of type RevocationTokenModifier and TypeMethodDescriptionExternalResourcesOCSPSource.getRevocationTokens
(CertificateToken certificate, CertificateToken issuer) OfflineOCSPSource.getRevocationTokens
(CertificateToken certificate, CertificateToken issuer) Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type RevocationTokenModifier and TypeMethodDescriptionboolean
OCSPTokenRefMatcher.match
(RevocationToken<OCSP> token, RevocationRef<OCSP> reference) -
Uses of RevocationToken in eu.europa.esig.dss.validation.reports.diagnostic
Fields in eu.europa.esig.dss.validation.reports.diagnostic with type parameters of type RevocationTokenModifier and TypeFieldDescriptionprotected Set
<RevocationToken<?>> DiagnosticDataBuilder.usedRevocations
The revocation used during the validation processMethods in eu.europa.esig.dss.validation.reports.diagnostic with parameters of type RevocationTokenModifier and TypeMethodDescriptionprotected XmlRevocation
DiagnosticDataBuilder.buildDetachedXmlRevocation
(RevocationToken<?> revocationToken) This method builds anXmlRevocation
from the givenRevocationToken
Method parameters in eu.europa.esig.dss.validation.reports.diagnostic with type arguments of type RevocationTokenModifier and TypeMethodDescriptionCertificateDiagnosticDataBuilder.usedRevocations
(Set<RevocationToken<?>> usedRevocations) DiagnosticDataBuilder.usedRevocations
(Set<RevocationToken<?>> usedRevocations) This method allows to set the used revocation dataSignedDocumentDiagnosticDataBuilder.usedRevocations
(Set<RevocationToken<?>> usedRevocations)