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 checkrootCert
- the parent certificatethe
- url to get the verification. It it's null it will be taken
from the check cert or from other implementation specific sourceCopyright © 2014. All rights reserved.