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 TypeClassDescriptionclass
The PkiOCSPSource class implements the OCSPSource interface for obtaining revocation tokens.class
The 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 TypeClassDescriptionclass
OCSPSource that stores its OCSP responses on the file system.class
OCSPSource that retrieve information from a JDBC data-source.class
Online 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.