Package io.anyline.nfc.bouncycastle.asn1
Class DEROctetString
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.asn1.ASN1OctetStringParser
,io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable
,io.anyline.nfc.bouncycastle.util.Encodable
public class DEROctetString extends ASN1OctetString
Carrier class for a DER encoding OCTET STRING
-
-
Constructor Summary
Constructors Constructor Description DEROctetString(Array<byte> string)
Base constructor. DEROctetString(ASN1Encodable obj)
Constructor from the encoding of an ASN.1 object.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1OctetString
getInstance, getInstance, getLoadedObject, getOctetStream, getOctets, hashCode, parser, toString
-
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
-
Methods inherited from class io.anyline.nfc.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DEROctetString
DEROctetString(Array<byte> string)
Base constructor.- Parameters:
string
- the octets making up the octet string.
-
DEROctetString
DEROctetString(ASN1Encodable obj)
Constructor from the encoding of an ASN.1 object.- Parameters:
obj
- the object to be encoded.
-
-
-
-