public interface OcspClient
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncoded(java.security.cert.X509Certificate checkCert,
java.security.cert.X509Certificate rootCert,
java.lang.String url)
Gets an encoded byte array with OCSP validation.
|
byte[] getEncoded(java.security.cert.X509Certificate checkCert, java.security.cert.X509Certificate rootCert, java.lang.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 © 2013. All Rights Reserved.