public class BERConstructedOctetString extends DEROctetString
Constructor and Description |
---|
BERConstructedOctetString(byte[] string) |
BERConstructedOctetString(Vector<DEREncodable> octets) |
Modifier and Type | Method and Description |
---|---|
void |
encode(ASN1OutputStream out) |
Enumeration<DEREncodable> |
getObjects() |
getOctets
public BERConstructedOctetString(byte[] string)
string
- the octets making up the octet string.public BERConstructedOctetString(Vector<DEREncodable> octets)
public Enumeration<DEREncodable> getObjects()
public void encode(ASN1OutputStream out) throws IOException
encode
in interface DEREncodable
encode
in class DERObject
IOException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.