public class BERConstructedOctetString extends BEROctetString
| Constructor and Description |
|---|
BERConstructedOctetString(ASN1Encodable obj)
Deprecated.
|
BERConstructedOctetString(ASN1Primitive obj)
Deprecated.
|
BERConstructedOctetString(byte[] string)
Deprecated.
|
BERConstructedOctetString(java.util.Vector octs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static BEROctetString |
fromSequence(ASN1Sequence seq)
Deprecated.
|
java.util.Enumeration |
getObjects()
Deprecated.
return the DER octets that make up this string.
|
encodegetInstance, getInstance, getLoadedObject, getOctets, getOctetStream, hashCode, parser, toStringencodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waittoASN1Primitivepublic BERConstructedOctetString(byte[] string)
string - the octets making up the octet string.public BERConstructedOctetString(java.util.Vector octs)
public BERConstructedOctetString(ASN1Primitive obj)
public BERConstructedOctetString(ASN1Encodable obj)
public java.util.Enumeration getObjects()
getObjects in class BEROctetStringpublic static BEROctetString fromSequence(ASN1Sequence seq)