Uses of Interface
eu.europa.esig.dss.spi.x509.revocation.crl.CRLSource
Packages that use CRLSource
-
Uses of CRLSource in eu.europa.esig.dss.pki.x509.revocation.crl
Classes in eu.europa.esig.dss.pki.x509.revocation.crl that implement CRLSourceModifier and TypeClassDescriptionclassAn implementation of the CRLSource interface that provides methods to obtain Certificate Revocation Lists (CRLs) for certificate revocation checks. -
Uses of CRLSource in eu.europa.esig.dss.service.crl
Classes in eu.europa.esig.dss.service.crl that implement CRLSourceModifier and TypeClassDescriptionclassCRLSource that provides file-based caching functionality for CRL revocation data.classCRLSource that retrieve information from a JDBC datasourceclassOnline CRL repository.Constructors in eu.europa.esig.dss.service.crl with parameters of type CRLSourceModifierConstructorDescriptionFileCacheCRLSource(CRLSource proxiedSource) Constructor that initializes the file cache CRL source with a proxiedCRLSource provided.