org.apache.directory.shared.asn1.der
Class BERConstructedOctetString
java.lang.Object
org.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DEROctetString
org.apache.directory.shared.asn1.der.BERConstructedOctetString
- All Implemented Interfaces:
- DEREncodable
public class BERConstructedOctetString
- extends DEROctetString
| Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
tag, value |
BERConstructedOctetString
public BERConstructedOctetString(byte[] string)
- Parameters:
string - the octets making up the octet string.
BERConstructedOctetString
public BERConstructedOctetString(Vector<DEREncodable> octets)
getObjects
public Enumeration<DEREncodable> getObjects()
- Returns:
- Enumeration the DER octets that make up this string.
encode
public void encode(ASN1OutputStream out)
throws IOException
- Specified by:
encode in interface DEREncodable- Overrides:
encode in class DERObject
- Throws:
IOException
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.