Uses of Interface
eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPSource
Packages that use OCSPSource
-
Uses of OCSPSource in eu.europa.esig.dss.pki.x509.revocation.ocsp
Classes in eu.europa.esig.dss.pki.x509.revocation.ocsp that implement OCSPSourceModifier 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 OCSPSource in eu.europa.esig.dss.service.ocsp
Classes in eu.europa.esig.dss.service.ocsp that implement OCSPSourceModifier and TypeClassDescriptionclassOCSPSource that stores its OCSP responses on the file system.classOCSPSource that retrieve information from a JDBC data-source.classOnline OCSP repository.Constructors in eu.europa.esig.dss.service.ocsp with parameters of type OCSPSourceModifierConstructorDescriptionFileCacheOCSPSource(OCSPSource proxiedSource) Constructor that initializes the file cache OCSP source with a proxiedOCSPSource provided.