public class OCSPResponseBC extends ASN1EncodableBC implements IOCSPResponse
OCSPResponse.| Constructor and Description |
|---|
OCSPResponseBC(IOCSPResponseStatus respStatus,
IResponseBytes responseBytes)
Creates new wrapper instance for
OCSPResponse. |
OCSPResponseBC(org.bouncycastle.asn1.ocsp.OCSPResponse ocspResponse)
Creates new wrapper instance for
OCSPResponse. |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ocsp.OCSPResponse |
getOcspResponse()
Gets actual org.bouncycastle object being wrapped.
|
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisNull, toASN1Primitivepublic OCSPResponseBC(org.bouncycastle.asn1.ocsp.OCSPResponse ocspResponse)
OCSPResponse.ocspResponse - OCSPResponse to be wrappedpublic OCSPResponseBC(IOCSPResponseStatus respStatus, IResponseBytes responseBytes)
OCSPResponse.respStatus - OCSPResponseStatus wrapperresponseBytes - ResponseBytes wrapperCopyright © 1998–2023 Apryse Group NV. All rights reserved.