|
iText 7 7.1.11 API
|
Interface for the Online Certificate Status Protocol (OCSP) Client. More...
Public Member Functions |
|
| byte[] | GetEncoded (X509Certificate checkCert, X509Certificate issuerCert, String url) |
| Gets an encoded byte array with OCSP validation. More... |
|
Interface for the Online Certificate Status Protocol (OCSP) Client.
| byte [] iText.Signatures.IOcspClient.GetEncoded | ( | X509Certificate | checkCert, |
| X509Certificate | issuerCert, | ||
| String | url | ||
| ) |
Gets an encoded byte array with OCSP validation.
Gets an encoded byte array with OCSP validation. The method should not throw an exception.
| checkCert | Certificate to check. |
| issuerCert | The parent certificate. |
| url | The url to get the verification. It it's null it will be taken. from the check cert or from other implementation specific source |
Implemented in iText.Signatures.OcspClientBouncyCastle.