Package com.itextpdf.bouncycastle.asn1
Class DEROctetStringBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
com.itextpdf.bouncycastle.asn1.ASN1OctetStringBC
com.itextpdf.bouncycastle.asn1.DEROctetStringBC
- All Implemented Interfaces:
-
IASN1Encodable
,IASN1OctetString
,IASN1Primitive
,IDEROctetString
Wrapper class for
DEROctetString
.
-
Constructor Summary
ConstructorDescriptionDEROctetStringBC
(byte[] bytes) Creates new wrapper instance forDEROctetString
.DEROctetStringBC
(org.bouncycastle.asn1.DEROctetString octetString) Creates new wrapper instance forDEROctetString
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.DEROctetString
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1OctetStringBC
getASN1OctetString, getOctets
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
getEncoded, getEncoded, getPrimitive
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
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
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1OctetString
getOctets
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
Constructor Details
-
DEROctetStringBC
public DEROctetStringBC(byte[] bytes) Creates new wrapper instance forDEROctetString
.- Parameters:
-
bytes
- byte array to createDEROctetString
to be wrapped
-
DEROctetStringBC
public DEROctetStringBC(org.bouncycastle.asn1.DEROctetString octetString) Creates new wrapper instance forDEROctetString
.- Parameters:
-
octetString
-DEROctetString
to be wrapped
-
-
Method Details
-
getDEROctetString
public org.bouncycastle.asn1.DEROctetString getDEROctetString()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
DEROctetString
.
-