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 TypeMethodDescriptionvoidPdfCompositeDssDictCRLSource.addRevocation(RevocationToken<CRL> token, EncapsulatedRevocationTokenIdentifier<CRL> binary) voidPdfCompositeDssDictOCSPSource.addRevocation(RevocationToken<OCSP> token, EncapsulatedRevocationTokenIdentifier<OCSP> binary) PdfCompositeDssDictCRLSource.getRevocationTokenIds(RevocationToken<CRL> crlToken) Returns corresponding PDF object identifier for the extracted revocation tokenPdfCompositeDssDictOCSPSource.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) Methods in eu.europa.esig.dss.service.crl with parameters of type RevocationTokenModifier and TypeMethodDescriptionprotected voidJdbcCacheCRLSource.insertRevocation(String revocationKey, RevocationToken<CRL> token) protected voidJdbcCacheCRLSource.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 voidJdbcCacheOCSPSource.insertRevocation(String revocationKey, RevocationToken<OCSP> token) protected voidJdbcCacheOCSPSource.updateRevocation(String revocationKey, RevocationToken<OCSP> token) Updates the currently stored OCSP token for the givenkeywith suppliedtoken. -
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(SqlRecord response, CertificateToken certificateToken, CertificateToken issuerCertificateToken) BuildsRevocationTokenfrom the obtainedResultSetprotected RevocationToken<R>RepositoryRevocationSource.findRevocation(String key, CertificateToken certificateToken, CertificateToken issuerCertToken) Deprecated.since 5.12.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.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 TypeMethodDescriptionprotected 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 givencertificateTokenwith the correspondingkeyOfflineRevocationSource.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 foundRevocationTokenOfflineRevocationSource.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 certificateTokenRepositoryRevocationSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerCertificateToken) RepositoryRevocationSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerCertificateToken, boolean forceRefresh) Retrieves a list of revocation token for the givenCertificateTokenOfflineRevocationSource.getRevocationValuesTokens()Retrieves the list of allRevocationTokens present in 'RevocationValues' elementOfflineRevocationSource.getTimestampValidationDataTokens()Retrieves the list of allRevocationTokens present in 'TimestampValidationData' elementOfflineRevocationSource.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, RevocationOrigin origin) This method adds a revocation token with its originvoidOfflineRevocationSource.addRevocation(RevocationToken<R> token, EncapsulatedRevocationTokenIdentifier<R> binary) This method adds aRevocationTokenfrom the binaryOfflineRevocationSource.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) -
Uses of RevocationToken in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation with type parameters of type RevocationTokenModifier and TypeFieldDescriptionprotected Set<RevocationToken>DiagnosticDataBuilder.usedRevocationsThe revocation used during the validation processMethods in eu.europa.esig.dss.validation that return RevocationTokenModifier 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!protected RevocationToken<OCSP>RevocationDataLoadingStrategy.checkOCSP(CertificateToken certificateToken, CertificateToken issuerToken) Retrieves and verifies the obtained OCSP token NOTE: returns only if a valid entry has been obtained!CRLFirstRevocationDataLoadingStrategy.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken) OCSPFirstRevocationDataLoadingStrategy.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken) abstract RevocationTokenRevocationDataLoadingStrategy.getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method retrieves aRevocationTokenfor the given certificateTokenMethods in eu.europa.esig.dss.validation that return types with arguments of type RevocationTokenModifier and TypeMethodDescriptionSignatureValidationContext.getProcessedRevocations()ValidationContext.getProcessedRevocations()Returns a read only list of all revocations used in the process of the validation of all signatures from the given document.ListRevocationSource.getRevocationTokens(CertificateToken certificateToken, CertificateToken issuerCertificateToken) Methods in eu.europa.esig.dss.validation with parameters of type RevocationTokenModifier and TypeMethodDescriptionvoidSignatureValidationContext.addRevocationTokenForVerification(RevocationToken<?> revocationToken) voidValidationContext.addRevocationTokenForVerification(RevocationToken<?> revocationToken) Adds a new revocation token to the list of tokens to verify.protected XmlRevocationDiagnosticDataBuilder.buildDetachedXmlRevocation(RevocationToken<?> revocationToken) This method builds anXmlRevocationfrom the givenRevocationTokenbooleanRevocationDataVerifier.isAcceptable(RevocationToken<?> revocationToken) This method verifies the validity of the givenRevocationTokenusing the embedded issuer certificate tokenbooleanRevocationDataVerifier.isAcceptable(RevocationToken<?> revocationToken, CertificateToken issuerCertificateToken) This method verifies the validity of the givenRevocationTokenprotected booleanRevocationDataLoadingStrategy.isAcceptableToken(RevocationToken<?> revocationToken) This method verifies whether the obtained revocation token is acceptableMethod parameters in eu.europa.esig.dss.validation 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)