Uses of Interface
eu.europa.esig.dss.spi.x509.revocation.RevocationSource
Package
Description
-
Uses of RevocationSource in eu.europa.esig.dss.cades.validation
Modifier and TypeClassDescriptionclass
The CRL source for a CAdES signatureclass
The OCSP source for a CAdES signature -
Uses of RevocationSource in eu.europa.esig.dss.evidencerecord.common.validation
Modifier and TypeClassDescriptionclass
Extracts and returns CRL tokens embedded within an Evidence Record structureclass
Extracts and returns OCSP tokens embedded within an Evidence Record structure -
Uses of RevocationSource in eu.europa.esig.dss.jades.validation
Modifier and TypeClassDescriptionclass
Extracts and stores CRLs from a JAdES signatureclass
Extracts and stores OCSPs from a JAdES signature -
Uses of RevocationSource in eu.europa.esig.dss.pades.validation
Modifier and TypeClassDescriptionclass
CRLSource that will retrieve the CRL from a PAdES Signatureclass
OCSPSource that retrieves the OCSPResp from a PAdES Signatureclass
Represents a source of CRL tokens extracted from a PDF's CMSclass
Represents a source of OCSP tokens extracted from a PDF's CMS -
Uses of RevocationSource in eu.europa.esig.dss.pades.validation.dss
Modifier and TypeClassDescriptionclass
Represents a merged result of extracted CRL binaries from different /DSS revisions of a PDF documentclass
Represents a merged result of extracted OCSP binaries from different /DSS revisions of a PDF documentclass
The CRL source extracted from a DSS dictionaryclass
The OCSP source extracted from a DSS dictionary -
Uses of RevocationSource in eu.europa.esig.dss.pki.x509.revocation.crl
Modifier and TypeClassDescriptionclass
An implementation of the CRLSource interface that provides methods to obtain Certificate Revocation Lists (CRLs) for certificate revocation checks. -
Uses of RevocationSource in eu.europa.esig.dss.pki.x509.revocation.ocsp
Modifier and TypeClassDescriptionclass
The PkiOCSPSource class implements the OCSPSource interface for obtaining revocation tokens.class
The PkiOCSPSource class implements the OCSPSource interface for obtaining revocation tokens. -
Uses of RevocationSource in eu.europa.esig.dss.service.crl
Modifier and TypeClassDescriptionclass
CRLSource that retrieve information from a JDBC datasourceclass
Online CRL repository. -
Uses of RevocationSource in eu.europa.esig.dss.service.ocsp
Modifier and TypeClassDescriptionclass
OCSPSource that retrieve information from a JDBC data-source.class
Online OCSP repository. -
Uses of RevocationSource in eu.europa.esig.dss.spi.validation
Modifier and TypeFieldDescriptionprotected RevocationSource
<CRL> RevocationDataLoadingStrategy.crlSource
The CRL revocation sourceprotected RevocationSource
<OCSP> RevocationDataLoadingStrategy.ocspSource
The OCSP revocation sourceModifier and TypeMethodDescriptionCertificateVerifier.getCrlSource()
Returns the CRL source associated with this verifier.CommonCertificateVerifier.getCrlSource()
CertificateVerifier.getOcspSource()
Returns the OCSP source associated with this verifier.CommonCertificateVerifier.getOcspSource()
Modifier and TypeMethodDescriptionvoid
CertificateVerifier.setCrlSource
(RevocationSource<CRL> crlSource) Defines the source of CRL used by this classvoid
CommonCertificateVerifier.setCrlSource
(RevocationSource<CRL> crlSource) void
CertificateVerifier.setOcspSource
(RevocationSource<OCSP> ocspSource) Defines the source of OCSP used by this classvoid
CommonCertificateVerifier.setOcspSource
(RevocationSource<OCSP> ocspSource) -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509
Modifier and TypeClassDescriptionclass
AlternateUrlsSourceAdapter<R extends Revocation>
This class allows to inject alternative urls to collect revocation data.class
CRLSource that retrieves information from aCMSSignedData
container.class
OCSPSource that retrieves information from aCMSSignedData
container.class
CompositeRevocationSource<T extends Revocation>
This class allows to retrieve a RevocationToken with different sources.Modifier and TypeMethodDescriptionvoid
CompositeRevocationSource.setSources
(Map<String, RevocationSource<T>> compositeRevocationSources) This setter allows to provide multiple revocationSources. -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509.revocation
Modifier and TypeInterfaceDescriptioninterface
RevocationSourceAlternateUrlsSupport<R extends Revocation>
This interface provides a method to retrieve a revocation data with a list of alternative URL access pointsModifier and TypeClassDescriptionclass
JdbcRevocationSource<R extends Revocation>
Abstract class to retrieve token from a JDBC datasourceclass
OfflineRevocationSource<R extends Revocation>
Represents a revocation sources for a data obtained from an offline source (e.g. signature)class
RepositoryRevocationSource<R extends Revocation>
Allows storing and retrieving of revocation data to/from a repository (e.g. database)Modifier and TypeFieldDescriptionprotected RevocationSource
<R> RepositoryRevocationSource.proxiedSource
Data source used to access a revocation token that is not present in the repositoryModifier and TypeMethodDescriptionvoid
RepositoryRevocationSource.setProxySource
(RevocationSource<R> proxiedSource) The proxied revocation source to be called if the data is not available in the cache -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509.revocation.crl
Modifier and TypeInterfaceDescriptioninterface
Typed sub-interface which allows collection ofCRLToken
(s).Modifier and TypeClassDescriptionclass
This class allows to provide a CRL source based on the list of external CRL(s).class
This class if a basic skeleton that is able to retrieve needed CRL data from the contained list. -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocsp
Modifier and TypeInterfaceDescriptioninterface
Typed sub-interface which allows collection ofOCSPToken
(s).Modifier and TypeClassDescriptionclass
This class is used to provide a collection of OCSP tokens by the user.class
Abstract class that helps to implement an OCSPSource with an already loaded list of BasicOCSPResp -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509.tsp
Modifier and TypeClassDescriptionclass
CRLSource that retrieves information embedded to aTimeStampToken
class
OCSPSource that retrieves information embedded to aTimeStampToken
-
Uses of RevocationSource in eu.europa.esig.dss.xades.validation
Modifier and TypeClassDescriptionclass
Retrieves CRL values from an XAdES (-XL) signature.class
Retrieves OCSP values from an XAdES (XL/LT) signature.