public interface OcspClient
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncoded(X509Certificate checkCert, X509Certificate rootCert, String url)
Gets an encoded byte array with OCSP validation.
|
byte[] getEncoded(X509Certificate checkCert, X509Certificate rootCert, String url)
checkCert
- to certificate to check
rootCert
- 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 © 2016. All rights reserved.