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, toString
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
getEncoded, getEncoded, hasEncodedTagValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toASN1Primitive
public 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