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