org.apache.directory.shared.asn1.der
Class BERConstructedOctetString

java.lang.Object
  extended by org.apache.directory.shared.asn1.der.DERObject
      extended by org.apache.directory.shared.asn1.der.DEROctetString
          extended by org.apache.directory.shared.asn1.der.BERConstructedOctetString
All Implemented Interfaces:
DEREncodable

public class BERConstructedOctetString
extends DEROctetString


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
tag, value
 
Constructor Summary
BERConstructedOctetString(byte[] string)
           
BERConstructedOctetString(java.util.Vector<DEREncodable> octets)
           
 
Method Summary
 void encode(ASN1OutputStream out)
           
 java.util.Enumeration<DEREncodable> getObjects()
           
 
Methods inherited from class org.apache.directory.shared.asn1.der.DEROctetString
getOctets
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BERConstructedOctetString

public BERConstructedOctetString(byte[] string)
Parameters:
string - the octets making up the octet string.

BERConstructedOctetString

public BERConstructedOctetString(java.util.Vector<DEREncodable> octets)
Method Detail

getObjects

public java.util.Enumeration<DEREncodable> getObjects()
Returns:
Enumeration the DER octets that make up this string.

encode

public void encode(ASN1OutputStream out)
            throws java.io.IOException
Specified by:
encode in interface DEREncodable
Overrides:
encode in class DERObject
Throws:
java.io.IOException


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.