Uses of Interface
eu.europa.esig.dss.spi.x509.revocation.MultipleRevocationSource
Packages that use MultipleRevocationSource
Package
Description
-
Uses of MultipleRevocationSource in eu.europa.esig.dss.cades.validation
Classes in eu.europa.esig.dss.cades.validation that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassThe CRL source for a CAdES signatureclassThe OCSP source for a CAdES signature -
Uses of MultipleRevocationSource in eu.europa.esig.dss.jades.validation
Classes in eu.europa.esig.dss.jades.validation that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassExtracts and stores CRLs from a JAdES signatureclassExtracts and stores OCSPs from a JAdES signature -
Uses of MultipleRevocationSource in eu.europa.esig.dss.pades.validation
Classes in eu.europa.esig.dss.pades.validation that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassCRLSource that will retrieve the CRL from a PAdES SignatureclassOCSPSource that retrieves the OCSPResp from a PAdES SignatureclassRepresents a source of CRL tokens extracted from a PDF's CMSclassRepresents a source of OCSP tokens extracted from a PDF's CMS -
Uses of MultipleRevocationSource in eu.europa.esig.dss.pades.validation.dss
Classes in eu.europa.esig.dss.pades.validation.dss that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassRepresents a merged result of extracted CRL binaries from different /DSS revisions of a PDF documentclassRepresents a merged result of extracted OCSP binaries from different /DSS revisions of a PDF documentclassThe CRL source extracted from a DSS dictionaryclassThe OCSP source extracted from a DSS dictionary -
Uses of MultipleRevocationSource in eu.europa.esig.dss.service.crl
Classes in eu.europa.esig.dss.service.crl that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassCRLSource that retrieve information from a JDBC datasource -
Uses of MultipleRevocationSource in eu.europa.esig.dss.service.ocsp
Classes in eu.europa.esig.dss.service.ocsp that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassOCSPSource that retrieve information from a JDBC data-source. -
Uses of MultipleRevocationSource in eu.europa.esig.dss.spi.x509.revocation
Classes in eu.europa.esig.dss.spi.x509.revocation that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassJdbcRevocationSource<R extends Revocation>Abstract class to retrieve token from a JDBC datasourceclassOfflineRevocationSource<R extends Revocation>Represents a revocation sources for a data obtained from an offline source (e.g.classRepositoryRevocationSource<R extends Revocation>Allows storing and retrieving of revocation data to/from a repository (e.g. -
Uses of MultipleRevocationSource in eu.europa.esig.dss.spi.x509.revocation.crl
Classes in eu.europa.esig.dss.spi.x509.revocation.crl that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassThis class allows to provide a CRL source based on the list of external CRL(s).classThis class if a basic skeleton that is able to retrieve needed CRL data from the contained list. -
Uses of MultipleRevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocsp
Classes in eu.europa.esig.dss.spi.x509.revocation.ocsp that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassThis class is used to provide a collection of OCSP tokens by the user.classAbstract class that helps to implement an OCSPSource with an already loaded list of BasicOCSPResp -
Uses of MultipleRevocationSource in eu.europa.esig.dss.validation
Classes in eu.europa.esig.dss.validation that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassCRLSource that retrieves information from aCMSSignedDatacontainer.classOCSPSource that retrieves information from aCMSSignedDatacontainer.classListRevocationSource<R extends Revocation>This class allows to handle a listOfflineRevocationSource -
Uses of MultipleRevocationSource in eu.europa.esig.dss.validation.timestamp
Classes in eu.europa.esig.dss.validation.timestamp that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassCRLSource that retrieves information embedded to aTimeStampTokenclassOCSPSource that retrieves information embedded to aTimeStampToken -
Uses of MultipleRevocationSource in eu.europa.esig.dss.xades.validation
Classes in eu.europa.esig.dss.xades.validation that implement MultipleRevocationSourceModifier and TypeClassDescriptionclassRetrieves CRL values from an XAdES (-XL) signature.classRetrieves OCSP values from an XAdES (XL/LT) signature.