Uses of Class
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource
Package
Description
-
Uses of OfflineRevocationSource 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 OfflineRevocationSource 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 OfflineRevocationSource 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 OfflineRevocationSource 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 OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation.crl
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 OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocsp
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 OfflineRevocationSource in eu.europa.esig.dss.validation
Modifier and TypeClassDescriptionclass
CRLSource that retrieves information from aCMSSignedData
container.class
OCSPSource that retrieves information from aCMSSignedData
container.Modifier and TypeMethodDescriptionAdvancedSignature.getCRLSource()
Gets a CRL source which contains ALL CRLs embedded in the signature.AdvancedSignature.getOCSPSource()
Gets an OCSP source which contains ALL OCSP responses embedded in the signature.Modifier and TypeMethodDescriptionListRevocationSource.getSources()
Gets a list of all embedded sourcesModifier and TypeMethodDescriptionvoid
ListRevocationSource.add
(OfflineRevocationSource<R> revocationSource) Adds therevocationSource
to the list by keeping old valuesvoid
SignatureValidationContext.addDocumentCRLSource
(OfflineRevocationSource<CRL> crlSource) void
ValidationContext.addDocumentCRLSource
(OfflineRevocationSource<CRL> crlSource) Adds an extracted CRL source to the used list of sourcesvoid
SignatureValidationContext.addDocumentOCSPSource
(OfflineRevocationSource<OCSP> ocspSource) void
ValidationContext.addDocumentOCSPSource
(OfflineRevocationSource<OCSP> ocspSource) Adds an extracted OCSP source to the used list of sourcesModifier and TypeMethodDescriptionvoid
ListRevocationSource.addAll
(List<OfflineRevocationSource<R>> revocationSources) Adds allrevocationSources
to the list by keeping old valuesModifierConstructorDescriptionListRevocationSource
(OfflineRevocationSource<R> revocationSource) This constructor allows to initialize the list with anOfflineRevocationSource
. -
Uses of OfflineRevocationSource in eu.europa.esig.dss.validation.timestamp
Modifier and TypeClassDescriptionclass
CRLSource that retrieves information embedded to aTimeStampToken
class
OCSPSource that retrieves information embedded to aTimeStampToken
Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
AbstractTimestampSource.createReferencesForCRLRefs
(Collection<? extends RevocationRef<CRL>> crlRefs, OfflineRevocationSource<CRL> currentCRLSource, ListRevocationSource<CRL> listCRLSource) Returns a list of timestamped references from the given collection ofcrlRefs
protected List<TimestampedReference>
AbstractTimestampSource.createReferencesForOCSPRefs
(Collection<? extends RevocationRef<OCSP>> ocspRefs, OfflineRevocationSource<OCSP> currentOCSPSource, ListCertificateSource listCertificateSource, ListRevocationSource<OCSP> listOCSPSource) Returns a list of timestamped references from the given collection ofocspRefs
-
Uses of OfflineRevocationSource 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.