org.bouncycastle.cert.ocsp.OCSPResp |
AbstractOcspRequestor.ask(org.xipki.security.X509Cert issuerCert,
BigInteger[] serialNumbers,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
|
org.bouncycastle.cert.ocsp.OCSPResp |
AbstractOcspRequestor.ask(org.xipki.security.X509Cert issuerCert,
BigInteger serialNumber,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
|
org.bouncycastle.cert.ocsp.OCSPResp |
AbstractOcspRequestor.ask(org.xipki.security.X509Cert issuerCert,
org.xipki.security.X509Cert[] certs,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
|
org.bouncycastle.cert.ocsp.OCSPResp |
AbstractOcspRequestor.ask(org.xipki.security.X509Cert issuerCert,
org.xipki.security.X509Cert cert,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
|
org.bouncycastle.cert.ocsp.OCSPResp |
OcspRequestor.ask(org.xipki.security.X509Cert 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 |
OcspRequestor.ask(org.xipki.security.X509Cert 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 |
OcspRequestor.ask(org.xipki.security.X509Cert issuerCert,
org.xipki.security.X509Cert[] certs,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
Asks for the status of the given certificate.
|
org.bouncycastle.cert.ocsp.OCSPResp |
OcspRequestor.ask(org.xipki.security.X509Cert issuerCert,
org.xipki.security.X509Cert cert,
URL responderUrl,
RequestOptions requestOptions,
org.xipki.util.ReqRespDebug debug) |
Asks for the status of the given certificate.
|