ASN1Encodable, ASN1OctetStringParser, InMemoryRepresentable, Encodablepublic class BERConstructedOctetString extends BEROctetString
| Constructor | Description |
|---|---|
BERConstructedOctetString(byte[] string) |
Deprecated.
|
BERConstructedOctetString(java.util.Vector octs) |
Deprecated.
|
BERConstructedOctetString(ASN1Encodable obj) |
Deprecated.
|
BERConstructedOctetString(ASN1Primitive obj) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
static BEROctetString |
fromSequence(ASN1Sequence seq) |
Deprecated.
|
java.util.Enumeration |
getObjects() |
Deprecated.
return the DER octets that make up this string.
|
byte[] |
getOctets() |
Deprecated.
Return a concatenated byte array of all the octets making up the constructed OCTET STRING
|
toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1ObjectgetInstance, getInstance, getLoadedObject, getOctetStream, hashCode, parser, toStringequals, fromByteArray, toASN1Primitiveencodepublic 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 byte[] getOctets()
BEROctetStringgetOctets in class BEROctetStringpublic java.util.Enumeration getObjects()
getObjects in class BEROctetStringpublic static BEROctetString fromSequence(ASN1Sequence seq)