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() |
getOctetspublic 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 DEREncodableencode in class DERObjectIOExceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.