| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.cert.ocsp.OCSPResp |
OcspRequestor.ask(X509Certificate issuerCert,
BigInteger[] serialNumbers,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug)
Asks for the status of the given certificates.
|
org.bouncycastle.cert.ocsp.OCSPResp |
AbstractOcspRequestor.ask(X509Certificate issuerCert,
BigInteger[] serialNumbers,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
org.bouncycastle.cert.ocsp.OCSPResp |
OcspRequestor.ask(X509Certificate issuerCert,
BigInteger serialNumber,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug)
Asks for the status of the given certificate.
|
org.bouncycastle.cert.ocsp.OCSPResp |
AbstractOcspRequestor.ask(X509Certificate issuerCert,
BigInteger serialNumber,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
org.bouncycastle.cert.ocsp.OCSPResp |
OcspRequestor.ask(X509Certificate issuerCert,
X509Certificate[] certs,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug)
Asks for the status of the given certificate.
|
org.bouncycastle.cert.ocsp.OCSPResp |
AbstractOcspRequestor.ask(X509Certificate issuerCert,
X509Certificate[] certs,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
org.bouncycastle.cert.ocsp.OCSPResp |
OcspRequestor.ask(X509Certificate issuerCert,
X509Certificate cert,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug)
Asks for the status of the given certificate.
|
org.bouncycastle.cert.ocsp.OCSPResp |
AbstractOcspRequestor.ask(X509Certificate issuerCert,
X509Certificate cert,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
protected byte[] |
HttpOcspRequestor.send(byte[] request,
URL responderUrl,
RequestOptions requestOptions) |
protected abstract byte[] |
AbstractOcspRequestor.send(byte[] request,
URL responderUrl,
RequestOptions requestOptions)
Sends the request to the OCSP responder.
|
Copyright © 2019. All rights reserved.