OcspClientBouncyCastle
public interface OcspClient
Modifier and Type | Method | 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 certificateurl
- 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–2018. All rights reserved.