Uses of Class
eu.europa.esig.dss.spi.x509.revocation.RevocationToken
-
Uses of RevocationToken in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl that return RevocationToken Modifier and Type Method Description protected RevocationToken<CRL>
JdbcCacheCRLSource. buildRevocationTokenFromResult(ResultSet rs, CertificateToken certificateToken, CertificateToken issuerCert)
Methods in eu.europa.esig.dss.service.crl with parameters of type RevocationToken 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 RevocationToken in eu.europa.esig.dss.service.ocsp
Methods in eu.europa.esig.dss.service.ocsp with parameters of type RevocationToken Modifier and Type Method Description protected void
JdbcCacheOCSPSource. insertRevocation(RevocationToken<OCSP> token)
Stores the supplied new OCSPtoken
for the givenkey
.protected void
JdbcCacheOCSPSource. updateRevocation(RevocationToken<OCSP> token)
Updates the currently stored OCSP token for the givenkey
with suppliedtoken
. -
Uses of RevocationToken in eu.europa.esig.dss.spi.x509
Methods in eu.europa.esig.dss.spi.x509 that return RevocationToken Modifier and Type Method Description RevocationToken<R>
AlternateUrlsSourceAdapter. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
RevocationToken<R>
AlternateUrlsSourceAdapter. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)
-
Uses of RevocationToken in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return RevocationToken Modifier and Type Method Description protected abstract RevocationToken<R>
JdbcRevocationSource. buildRevocationTokenFromResult(ResultSet rs, CertificateToken certificateToken, CertificateToken issuerCertificateToken)
BuildRevocationToken
from the obtainedResultSet
protected RevocationToken<R>
JdbcRevocationSource. findRevocation(String key, CertificateToken certificateToken, CertificateToken issuerCertificateToken)
protected abstract RevocationToken<R>
RepositoryRevocationSource. findRevocation(String key, CertificateToken certificateToken, CertificateToken issuerCertToken)
Finds a RevocationToken in the cacheRevocationToken<R>
RepositoryRevocationSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
RevocationToken<R>
RepositoryRevocationSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh)
Retrieves a revocation token for the givenCertificateToken
RevocationToken<R>
RevocationSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
This method retrieves aRevocationToken
for the certificateTokenRevocationToken<R>
RevocationSourceAlternateUrlsSupport. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)
Gets anRevocationToken
for the given certificate / issuer's certificate couple.Methods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationToken Modifier and Type Method Description List<RevocationToken<R>>
OfflineRevocationSource. getADBERevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in the ADBE element NOTE: Applicable only for PAdES revocation sourceSet<RevocationToken<R>>
OfflineRevocationSource. getAllRevocationTokens()
Retrieves a Set of all foundRevocationToken
Map<RevocationToken<R>,Set<RevocationOrigin>>
OfflineRevocationSource. getAllRevocationTokensWithOrigins()
Returns all tokens with their originsList<RevocationToken<R>>
OfflineRevocationSource. getAttributeRevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in 'AttributeRevocationValues' element NOTE: Applicable only for XAdES revocation sourceList<RevocationToken<R>>
OfflineRevocationSource. getCMSSignedDataRevocationTokens()
Retrieves the list of allRevocationToken
s present in the CMS SignedData NOTE: Applicable only for CAdES revocation sourcesList<RevocationToken<R>>
OfflineRevocationSource. getDSSDictionaryTokens()
Retrieves the list of allRevocationToken
s present in 'DSS' dictionary NOTE: Applicable only for PAdES revocation sourceList<RevocationToken<R>>
MultipleRevocationSource. getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
This method retrieves a list ofRevocationToken
for the certificateTokenList<RevocationToken<R>>
OfflineRevocationSource. getRevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in 'RevocationValues' element NOTE: Applicable only for CAdES and XAdES revocation sourcesList<RevocationToken<R>>
OfflineRevocationSource. getTimestampValidationDataTokens()
Retrieves the list of allRevocationToken
s present in 'TimestampValidationData' element NOTE: Applicable only for XAdES revocation sourceMap<RevocationToken<R>,Set<RevocationOrigin>>
OfflineRevocationSource. getUniqueRevocationTokensWithOrigins()
Returns a Map of uniqueRevocationToken
based on binary (a same binary can cover several certificates) with their originsList<RevocationToken<R>>
OfflineRevocationSource. 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 RevocationToken Modifier and Type Method Description void
OfflineRevocationSource. addRevocation(RevocationToken<R> token, RevocationOrigin origin)
This method adds a revocation token with its originvoid
OfflineRevocationSource. addRevocation(RevocationToken<R> token, EncapsulatedRevocationTokenIdentifier binary)
This method adds aRevocationToken
from the binaryMap<RevocationRef<R>,Set<RevocationRefOrigin>>
OfflineRevocationSource. findRefsAndOriginsForRevocationToken(RevocationToken<R> revocationToken)
Retrieves a Map of foundRevocationRef
with their origins for the givenRevocationToken
protected abstract void
RepositoryRevocationSource. insertRevocation(RevocationToken<R> token)
Inserts a new RevocationToken into the cacheboolean
RevocationTokenRefMatcher. match(RevocationToken<R> token, RevocationRef<R> reference)
This method returns true if the reference is related to the provided tokenprotected void
JdbcRevocationSource. removeRevocation(RevocationToken<R> token)
protected abstract void
RepositoryRevocationSource. removeRevocation(RevocationToken<R> token)
Removes the RevocationToken from cacheprotected abstract void
RepositoryRevocationSource. updateRevocation(RevocationToken<R> token)
Updates the RevocationToken into cacheConstructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationToken Constructor Description RevocationTokenIdentifier(RevocationToken revocationToken)
-
Uses of RevocationToken in eu.europa.esig.dss.spi.x509.revocation.crl
Subclasses of RevocationToken in eu.europa.esig.dss.spi.x509.revocation.crl Modifier and Type Class Description class
CRLToken
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 RevocationToken Modifier and Type Method Description List<RevocationToken<CRL>>
OfflineCRLSource. getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerToken)
Methods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type RevocationToken Modifier and Type Method Description boolean
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.ocsp Modifier and Type Class Description class
OCSPToken
OCSP Signed Token which encapsulate BasicOCSPResp (BC).Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return types with arguments of type RevocationToken Modifier and Type Method Description List<RevocationToken<OCSP>>
OfflineOCSPSource. getRevocationTokens(CertificateToken certificate, CertificateToken issuer)
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type RevocationToken Modifier and Type Method Description boolean
OCSPTokenRefMatcher. match(RevocationToken<OCSP> token, RevocationRef<OCSP> reference)
-
Uses of RevocationToken in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return RevocationToken Modifier and Type Method Description RevocationToken<CRL>
OCSPAndCRLRevocationSource. checkCRL(CertificateToken certificateToken, CertificateToken issuerToken)
RevocationToken<OCSP>
OCSPAndCRLRevocationSource. checkOCSP(CertificateToken certificateToken, CertificateToken issuerToken)
RevocationToken<Revocation>
OCSPAndCRLRevocationSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken)
This method tries firstly to collect from the OCSP Source and than from the CRL Source.Methods in eu.europa.esig.dss.validation that return types with arguments of type RevocationToken Modifier and Type Method Description Set<RevocationToken<Revocation>>
SignatureValidationContext. getProcessedRevocations()
Set<RevocationToken<Revocation>>
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<R>>
ListRevocationSource. getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
Methods in eu.europa.esig.dss.validation with parameters of type RevocationToken Modifier and Type Method Description void
SignatureValidationContext. addRevocationTokenForVerification(RevocationToken<Revocation> revocationToken)
void
ValidationContext. addRevocationTokenForVerification(RevocationToken<Revocation> revocationToken)
Adds a new revocation token to the list of tokens to verify.Method parameters in eu.europa.esig.dss.validation with type arguments of type RevocationToken Modifier and Type Method Description DiagnosticDataBuilder
DiagnosticDataBuilder. usedRevocations(Set<RevocationToken<Revocation>> usedRevocations)
This method allows to set the used revocation data