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()
OcspClient
getEncoded
in interface OcspClient
OcspClient
Copyright © 2018. All rights reserved.