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.spi.validation
Fields in eu.europa.esig.dss.spi.validation declared as RevocationSourceModifier and TypeFieldDescriptionprotected RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> RevocationDataLoadingStrategy.crlSourceThe CRL revocation sourceprotected RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> RevocationDataLoadingStrategy.ocspSourceThe OCSP revocation sourceMethods in eu.europa.esig.dss.spi.validation that return RevocationSourceModifier and TypeMethodDescriptionRevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> CertificateVerifier.getCrlSource()Returns the CRL source associated with this verifier.RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> CommonCertificateVerifier.getCrlSource()RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> CertificateVerifier.getOcspSource()Returns the OCSP source associated with this verifier.RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> CommonCertificateVerifier.getOcspSource()Methods in eu.europa.esig.dss.spi.validation with parameters of type RevocationSourceModifier and TypeMethodDescriptionvoidCertificateVerifier.setCrlSource(RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> crlSource) Defines the source of CRL used by this classvoidCommonCertificateVerifier.setCrlSource(RevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> crlSource) voidCertificateVerifier.setOcspSource(RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> ocspSource) Defines the source of OCSP used by this classvoidCommonCertificateVerifier.setOcspSource(RevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.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 eu.europa.esig.dss.model.x509.revocation.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 eu.europa.esig.dss.model.x509.revocation.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 eu.europa.esig.dss.model.x509.revocation.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 TypeClassDescriptionclassFileRevocationSource<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>Abstract class that extendsRepositoryRevocationSourceto provide file-based caching functionality for revocation data.classJdbcRevocationSource<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>Abstract class to retrieve token from a JDBC datasourceclassOfflineRevocationSource<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>Represents a revocation sources for a data obtained from an offline source (e.g. signature)classRepositoryRevocationSource<R extends eu.europa.esig.dss.model.x509.revocation.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 cacheConstructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationSourceModifierConstructorDescriptionprotectedFileRevocationSource(RevocationSource<R> proxiedSource) Constructor that initializes the file revocation source with a proxied revocation source provided. -
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