|
iText 7 7.1.11 API
|
OcspClient implementation using BouncyCastle. More...
Public Member Functions |
|
| OcspClientBouncyCastle (OCSPVerifier verifier) | |
Create OcspClient More... |
|
| virtual BasicOcspResp | GetBasicOCSPResp (X509Certificate checkCert, X509Certificate rootCert, String url) |
| Gets OCSP response. More... |
|
| virtual byte[] | GetEncoded (X509Certificate checkCert, X509Certificate rootCert, String url) |
| Gets an encoded byte array with OCSP validation. More... |
|
OcspClient implementation using BouncyCastle.
|
inline |
|
inlinevirtual |
Gets OCSP response.
Gets OCSP response. If OCSPVerifier was set, the response will be checked.
| checkCert | to certificate to check |
| rootCert | the parent certificate |
| url | to get the verification |
|
inlinevirtual |
Gets an encoded byte array with OCSP validation.
Gets an encoded byte array with OCSP validation. The method should not throw an exception.
| checkCert | to certificate to check |
| rootCert | the parent certificate |
| url | to get the verification. It it's null it will be taken from the check cert or from other implementation specific source |
Implements iText.Signatures.IOcspClient.