ASN1Encodable, ASN1OctetStringParser, InMemoryRepresentable, Encodablepublic class DEROctetString extends ASN1OctetString
| Constructor | Description |
|---|---|
DEROctetString(byte[] string) |
Base constructor.
|
DEROctetString(ASN1Encodable obj) |
Constructor from the encoding of an ASN.1 object.
|
toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1ObjectgetInstance, getInstance, getLoadedObject, getOctets, getOctetStream, hashCode, parser, toStringequals, fromByteArray, toASN1Primitivepublic DEROctetString(byte[] string)
string - the octets making up the octet string.public DEROctetString(ASN1Encodable obj) throws java.io.IOException
obj - the object to be encoded.java.io.IOException