Class PKIOCSPSource

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

public class PKIOCSPSource extends Object implements OCSPSource
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: