public class DEROctetString extends ASN1OctetString
| Constructor and Description |
|---|
DEROctetString(ASN1Encodable obj)
Constructor from the encoding of an ASN.1 object.
|
DEROctetString(byte[] string)
Base constructor.
|
getInstance, getInstance, getLoadedObject, getOctets, getOctetStream, hashCode, parser, toStringequals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waittoASN1Primitivepublic 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