- AbstractOcspRequestor - Class in org.xipki.ocsp.client
-
Abstract class of OCSP requestor.
- AbstractOcspRequestor() - Constructor for class org.xipki.ocsp.client.AbstractOcspRequestor
-
- addRequest(CertID) - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
-
Add a request for the given CertificateID.
- addRequest(CertID, Extensions) - Method in class org.xipki.ocsp.client.XiOCSPReqBuilder
-
Add a request with extensions.
- ask(X509Certificate, X509Certificate, URL, RequestOptions, ReqRespDebug) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
-
- ask(X509Certificate, X509Certificate[], URL, RequestOptions, ReqRespDebug) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
-
- ask(X509Certificate, BigInteger, URL, RequestOptions, ReqRespDebug) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
-
- ask(X509Certificate, BigInteger[], URL, RequestOptions, ReqRespDebug) - Method in class org.xipki.ocsp.client.AbstractOcspRequestor
-
- ask(X509Certificate, X509Certificate, URL, RequestOptions, ReqRespDebug) - Method in interface org.xipki.ocsp.client.OcspRequestor
-
Asks for the status of the given certificate.
- ask(X509Certificate, X509Certificate[], URL, RequestOptions, ReqRespDebug) - Method in interface org.xipki.ocsp.client.OcspRequestor
-
Asks for the status of the given certificate.
- ask(X509Certificate, BigInteger, URL, RequestOptions, ReqRespDebug) - Method in interface org.xipki.ocsp.client.OcspRequestor
-
Asks for the status of the given certificate.
- ask(X509Certificate, BigInteger[], URL, RequestOptions, ReqRespDebug) - Method in interface org.xipki.ocsp.client.OcspRequestor
-
Asks for the status of the given certificates.