Class PKIDelegatedOCSPSource

java.lang.Object
eu.europa.esig.dss.pki.x509.revocation.ocsp.PKIOCSPSource
eu.europa.esig.dss.pki.x509.revocation.ocsp.PKIDelegatedOCSPSource
All Implemented Interfaces:
OCSPSource, RevocationSource<OCSP>, Serializable

public class PKIDelegatedOCSPSource extends PKIOCSPSource
The PkiOCSPSource class implements the OCSPSource interface for obtaining revocation tokens. It retrieves OCSP responses for a given certificate by sending OCSP requests to a specified OCSP responder.
See Also: