public interface IOcspClientBouncyCastle extends IOcspClient
| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp |
getBasicOCSPResp(X509Certificate checkCert,
X509Certificate rootCert,
String url)
Gets OCSP response.
|
getEncodedcom.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp getBasicOCSPResp(X509Certificate checkCert, X509Certificate rootCert, String url)
If required, IBasicOCSPResp can be checked using OCSPValidator class.
checkCert - the certificate to checkrootCert - parent certificateurl - to get the verificationIBasicOCSPResp an OCSP response wrapperCopyright © 1998–2025 Apryse Group NV. All rights reserved.