public class OcspClientBouncyCastle extends Object implements OcspClient
| Constructor and Description |
|---|
OcspClientBouncyCastle(X509Certificate checkCert,
X509Certificate rootCert,
String url)
Creates an instance of an OcspClient that will be using BouncyCastle.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Gets an encoded byte array.
|
public OcspClientBouncyCastle(X509Certificate checkCert, X509Certificate rootCert, String url)
checkCert - the check certificaterootCert - the root certificateurl - the OCSP URLpublic byte[] getEncoded()
OcspClientgetEncoded in interface OcspClientOcspClientCopyright © 2019. All rights reserved.