Class ResponseBytesBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ocsp.ResponseBytesBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,IResponseBytes
Wrapper class for
ResponseBytes
.
-
Constructor Summary
ConstructorDescriptionResponseBytesBCFips
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Creates new wrapper instance forResponseBytes
.ResponseBytesBCFips
(org.bouncycastle.asn1.ocsp.ResponseBytes responseBytes) Creates new wrapper instance forResponseBytes
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ocsp.ResponseBytes
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
ResponseBytesBCFips
public ResponseBytesBCFips(org.bouncycastle.asn1.ocsp.ResponseBytes responseBytes) Creates new wrapper instance forResponseBytes
.- Parameters:
-
responseBytes
-ResponseBytes
to be wrapped
-
ResponseBytesBCFips
public ResponseBytesBCFips(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Creates new wrapper instance forResponseBytes
.- Parameters:
-
asn1ObjectIdentifier
- ASN1ObjectIdentifier wrapper -
derOctetString
- DEROctetString wrapper
-
-
Method Details
-
getResponseBytes
public org.bouncycastle.asn1.ocsp.ResponseBytes getResponseBytes()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
ResponseBytes
.
-