public class ResponseBytesBC extends ASN1EncodableBC implements IResponseBytes
ResponseBytes.| Constructor and Description |
|---|
ResponseBytesBC(IASN1ObjectIdentifier asn1ObjectIdentifier,
IDEROctetString derOctetString)
Creates new wrapper instance for
ResponseBytes. |
ResponseBytesBC(org.bouncycastle.asn1.ocsp.ResponseBytes responseBytes)
Creates new wrapper instance for
ResponseBytes. |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ocsp.ResponseBytes |
getResponseBytes()
Gets actual org.bouncycastle object being wrapped.
|
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisNull, toASN1Primitivepublic ResponseBytesBC(org.bouncycastle.asn1.ocsp.ResponseBytes responseBytes)
ResponseBytes.responseBytes - ResponseBytes to be wrappedpublic ResponseBytesBC(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)
ResponseBytes.asn1ObjectIdentifier - ASN1ObjectIdentifier wrapperderOctetString - DEROctetString wrapperCopyright © 1998–2023 Apryse Group NV. All rights reserved.