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 source
Copyright © 1998–2018 iText Group NV. All rights reserved.