public interface IOcspClient
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded(X509Certificate checkCert,
X509Certificate issuerCert,
String url)
Gets an encoded byte array with OCSP validation.
|
byte[] getEncoded(X509Certificate checkCert, X509Certificate issuerCert, String url)
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 sourceCopyright © 1998–2019 iText Group NV. All rights reserved.