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.spi
Methods in eu.europa.esig.dss.spi with parameters of type RevocationTokenModifier and TypeMethodDescriptionstatic booleanDSSRevocationUtils.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.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) -
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(JdbcCacheConnector.JdbcResultRecord resultRecord, CertificateToken certificateToken, CertificateToken issuerCertificateToken) BuildsRevocationTokenfrom the obtainedResultSetprotected 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 cacheOfflineRevocationSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method returns the latest issued revocation token from a set of all revocation data found for the givencertificateToken.OnlineRevocationSource.RevocationTokenAndUrl.getRevocationToken()Gets the downloadedRevocationTokenRepositoryRevocationSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) RepositoryRevocationSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh) Retrieves a revocation token for the givenCertificateTokenRevocationSource.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method retrieves aRevocationTokenfor the certificateTokenRevocationSourceAlternateUrlsSupport.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls) Gets anRevocationTokenfor the given certificate / issuer's certificate couple.Methods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationTokenModifier and TypeMethodDescriptionOfflineRevocationSource.getADBERevocationValuesTokens()Retrieves the list of allRevocationTokens present in the ADBE signed attribute NOTE: Applicable only for PAdES revocation sourceOfflineRevocationSource.getAllRevocationTokens()Retrieves a Set of all foundRevocationTokenMap<RevocationToken<R>,Set<eu.europa.esig.dss.enumerations.RevocationOrigin>> OfflineRevocationSource.getAllRevocationTokensWithOrigins()Returns all tokens with their originsOfflineRevocationSource.getAttributeRevocationValuesTokens()Retrieves the list of allRevocationTokens present in 'AttributeRevocationValues' elementOfflineRevocationSource.getCMSSignedDataRevocationTokens()Retrieves the list of allRevocationTokens present in the CMS SignedData NOTE: Applicable only for CAdES revocation sourcesOfflineRevocationSource.getDSSDictionaryTokens()Retrieves the list of allRevocationTokens present in 'DSS' dictionary NOTE: Applicable only for PAdES revocation sourceMultipleRevocationSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method retrieves a list ofRevocationTokenfor the certificateTokenOfflineRevocationSource.getRevocationValuesTokens()Retrieves the list of allRevocationTokens present in 'RevocationValues' elementOfflineRevocationSource.getTimestampValidationDataTokens()Retrieves the list of allRevocationTokens present in 'TimestampValidationData' elementMap<RevocationToken<R>,Set<eu.europa.esig.dss.enumerations.RevocationOrigin>> OfflineRevocationSource.getUniqueRevocationTokensWithOrigins()Returns a Map of uniqueRevocationTokenbased on binary (a same binary can cover several certificates) with their originsOfflineRevocationSource.getVRIDictionaryTokens()Retrieves the list of allRevocationTokens 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 TypeMethodDescriptionvoidOfflineRevocationSource.addRevocation(RevocationToken<R> token, eu.europa.esig.dss.enumerations.RevocationOrigin origin) This method adds a revocation token with its originvoidOfflineRevocationSource.addRevocation(RevocationToken<R> token, EncapsulatedRevocationTokenIdentifier<R> binary) This method adds aRevocationTokenfrom the binaryMap<RevocationRef<R>,Set<eu.europa.esig.dss.enumerations.RevocationRefOrigin>> OfflineRevocationSource.findRefsAndOriginsForRevocationToken(RevocationToken<R> revocationToken) Retrieves a Map of foundRevocationRefwith their origins for the givenRevocationTokenprotected abstract voidRepositoryRevocationSource.insertRevocation(String revocationKey, RevocationToken<R> token) Inserts a new RevocationToken into the cachebooleanRevocationTokenRefMatcher.match(RevocationToken<R> token, RevocationRef<R> reference) This method returns true if the reference is related to the provided tokenprotected abstract voidRepositoryRevocationSource.updateRevocation(String revocationKey, RevocationToken<R> token) Updates the RevocationToken into cacheConstructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationTokenModifierConstructorDescriptionRevocationTokenAndUrl(String urlString, RevocationToken<R> revocationToken) Default constructorRevocationTokenIdentifier(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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionbooleanCRLTokenRefMatcher.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 TypeClassDescriptionclassOCSP 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 TypeMethodDescriptionbooleanOCSPTokenRefMatcher.match(RevocationToken<OCSP> token, RevocationRef<OCSP> reference)