Uses of Class
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource
Packages that use OfflineRevocationSource
Package
Description
-
Uses of OfflineRevocationSource in eu.europa.esig.dss.cades.validation
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.cades.validationModifier 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
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.jades.validationModifier 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
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.pades.validationModifier 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
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.pades.validation.dssModifier 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
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation.crlModifier 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
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocspModifier 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
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.validationModifier and TypeClassDescriptionclass
CRLSource that retrieves information from aCMSSignedData
container.class
OCSPSource that retrieves information from aCMSSignedData
container.Methods in eu.europa.esig.dss.validation that return OfflineRevocationSourceModifier 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.Methods in eu.europa.esig.dss.validation that return types with arguments of type OfflineRevocationSourceModifier and TypeMethodDescriptionListRevocationSource.getSources()
Gets a list of all embedded sourcesMethods in eu.europa.esig.dss.validation with parameters of type OfflineRevocationSourceModifier 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 sourcesMethod parameters in eu.europa.esig.dss.validation with type arguments of type OfflineRevocationSourceModifier and TypeMethodDescriptionvoid
ListRevocationSource.addAll
(List<OfflineRevocationSource<R>> revocationSources) Adds allrevocationSources
to the list by keeping old valuesConstructors in eu.europa.esig.dss.validation with parameters of type OfflineRevocationSourceModifierConstructorDescriptionListRevocationSource
(OfflineRevocationSource<R> revocationSource) This constructor allows to initialize the list with anOfflineRevocationSource
. -
Uses of OfflineRevocationSource in eu.europa.esig.dss.validation.timestamp
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.validation.timestampModifier and TypeClassDescriptionclass
CRLSource that retrieves information embedded to aTimeStampToken
class
OCSPSource that retrieves information embedded to aTimeStampToken
Methods in eu.europa.esig.dss.validation.timestamp with parameters of type OfflineRevocationSourceModifier 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
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.xades.validationModifier and TypeClassDescriptionclass
Retrieves CRL values from an XAdES (-XL) signature.class
Retrieves OCSP values from an XAdES (XL/LT) signature.