Uses of Interface
eu.europa.esig.dss.spi.x509.revocation.RevocationSource
Packages that use RevocationSource
Package
Description
-
Uses of RevocationSource in eu.europa.esig.dss.cades.validation
Classes in eu.europa.esig.dss.cades.validation that implement RevocationSourceModifier and TypeClassDescriptionclassThe CRL source for a CAdES signatureclassThe OCSP source for a CAdES signature -
Uses of RevocationSource in eu.europa.esig.dss.evidencerecord.common.validation
Classes in eu.europa.esig.dss.evidencerecord.common.validation that implement RevocationSourceModifier and TypeClassDescriptionclassExtracts and returns CRL tokens embedded within an Evidence Record structureclassExtracts and returns OCSP tokens embedded within an Evidence Record structure -
Uses of RevocationSource in eu.europa.esig.dss.jades.validation
Classes in eu.europa.esig.dss.jades.validation that implement RevocationSourceModifier and TypeClassDescriptionclassExtracts and stores CRLs from a JAdES signatureclassExtracts and stores OCSPs from a JAdES signature -
Uses of RevocationSource in eu.europa.esig.dss.pades.validation
Classes in eu.europa.esig.dss.pades.validation that implement RevocationSourceModifier 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 RevocationSource in eu.europa.esig.dss.pades.validation.dss
Classes in eu.europa.esig.dss.pades.validation.dss that implement RevocationSourceModifier 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 RevocationSource in eu.europa.esig.dss.pki.x509.revocation.crl
Classes in eu.europa.esig.dss.pki.x509.revocation.crl that implement RevocationSourceModifier and TypeClassDescriptionclassAn 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
Classes in eu.europa.esig.dss.pki.x509.revocation.ocsp that implement RevocationSourceModifier and TypeClassDescriptionclassThe PkiOCSPSource class implements the OCSPSource interface for obtaining revocation tokens.classThe PkiOCSPSource class implements the OCSPSource interface for obtaining revocation tokens. -
Uses of RevocationSource in eu.europa.esig.dss.service.crl
Classes in eu.europa.esig.dss.service.crl that implement RevocationSourceModifier and TypeClassDescriptionclassCRLSource that retrieve information from a JDBC datasourceclassOnline CRL repository. -
Uses of RevocationSource in eu.europa.esig.dss.service.ocsp
Classes in eu.europa.esig.dss.service.ocsp that implement RevocationSourceModifier and TypeClassDescriptionclassOCSPSource that retrieve information from a JDBC data-source.classOnline OCSP repository. -
Uses of RevocationSource in eu.europa.esig.dss.spi.validation
Fields in eu.europa.esig.dss.spi.validation declared as RevocationSourceModifier and TypeFieldDescriptionprotected RevocationSource<CRL> RevocationDataLoadingStrategy.crlSourceThe CRL revocation sourceprotected RevocationSource<OCSP> RevocationDataLoadingStrategy.ocspSourceThe OCSP revocation sourceMethods in eu.europa.esig.dss.spi.validation that return RevocationSourceModifier 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()Methods in eu.europa.esig.dss.spi.validation with parameters of type RevocationSourceModifier and TypeMethodDescriptionvoidCertificateVerifier.setCrlSource(RevocationSource<CRL> crlSource) Defines the source of CRL used by this classvoidCommonCertificateVerifier.setCrlSource(RevocationSource<CRL> crlSource) voidCertificateVerifier.setOcspSource(RevocationSource<OCSP> ocspSource) Defines the source of OCSP used by this classvoidCommonCertificateVerifier.setOcspSource(RevocationSource<OCSP> ocspSource) -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509
Classes in eu.europa.esig.dss.spi.x509 that implement RevocationSourceModifier and TypeClassDescriptionclassAlternateUrlsSourceAdapter<R extends Revocation>This class allows to inject alternative urls to collect revocation data.classCRLSource that retrieves information from aCMSSignedDatacontainer.classOCSPSource that retrieves information from aCMSSignedDatacontainer.classCompositeRevocationSource<T extends Revocation>This class allows to retrieve a RevocationToken with different sources.Method parameters in eu.europa.esig.dss.spi.x509 with type arguments of type RevocationSourceModifier and TypeMethodDescriptionvoidCompositeRevocationSource.setSources(Map<String, RevocationSource<T>> compositeRevocationSources) This setter allows to provide multiple revocationSources. -
Uses of RevocationSource in eu.europa.esig.dss.spi.x509.revocation
Subinterfaces of RevocationSource in eu.europa.esig.dss.spi.x509.revocationModifier and TypeInterfaceDescriptioninterfaceRevocationSourceAlternateUrlsSupport<R extends Revocation>This interface provides a method to retrieve a revocation data with a list of alternative URL access pointsClasses in eu.europa.esig.dss.spi.x509.revocation that implement RevocationSourceModifier 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. signature)classRepositoryRevocationSource<R extends Revocation>Allows storing and retrieving of revocation data to/from a repository (e.g. database)Fields in eu.europa.esig.dss.spi.x509.revocation declared as RevocationSourceModifier and TypeFieldDescriptionprotected RevocationSource<R> RepositoryRevocationSource.proxiedSourceData source used to access a revocation token that is not present in the repositoryMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationSourceModifier and TypeMethodDescriptionvoidRepositoryRevocationSource.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
Subinterfaces of RevocationSource in eu.europa.esig.dss.spi.x509.revocation.crlModifier and TypeInterfaceDescriptioninterfaceTyped sub-interface which allows collection ofCRLToken(s).Classes in eu.europa.esig.dss.spi.x509.revocation.crl that implement RevocationSourceModifier 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 RevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocsp
Subinterfaces of RevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocspModifier and TypeInterfaceDescriptioninterfaceTyped sub-interface which allows collection ofOCSPToken(s).Classes in eu.europa.esig.dss.spi.x509.revocation.ocsp that implement RevocationSourceModifier 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 RevocationSource in eu.europa.esig.dss.spi.x509.tsp
Classes in eu.europa.esig.dss.spi.x509.tsp that implement RevocationSourceModifier and TypeClassDescriptionclassCRLSource that retrieves information embedded to aTimeStampTokenclassOCSPSource that retrieves information embedded to aTimeStampToken -
Uses of RevocationSource in eu.europa.esig.dss.xades.validation
Classes in eu.europa.esig.dss.xades.validation that implement RevocationSourceModifier and TypeClassDescriptionclassRetrieves CRL values from an XAdES (-XL) signature.classRetrieves OCSP values from an XAdES (XL/LT) signature.