Class OfflineOCSPSource

java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource<OCSP>
eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource
All Implemented Interfaces:
MultipleRevocationSource<OCSP>, RevocationSource<OCSP>, Serializable
Direct Known Subclasses:
CMSOCSPSource, EvidenceRecordOCSPSource, ExternalResourcesOCSPSource, JAdESOCSPSource, PAdESOCSPSource, PdfCmsOCSPSource, PdfCompositeDssDictOCSPSource, PdfDssDictOCSPSource, XAdESOCSPSource

public abstract class OfflineOCSPSource extends OfflineRevocationSource<OCSP>
Abstract class that helps to implement an OCSPSource with an already loaded list of BasicOCSPResp
See Also: