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 octets)
getObjects
public Enumeration 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 © 2004-2012. All Rights Reserved.