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

java.lang.Object
  extended by org.apache.directory.shared.asn1.der.DERSet
All Implemented Interfaces:
DEREncodable
Direct Known Subclasses:
BERSet

public class DERSet
extends java.lang.Object
implements DEREncodable

A DER encoded set object


Field Summary
protected  java.util.Vector set
           
 
Constructor Summary
DERSet()
           
 
Method Summary
 void add(DEREncodable obj)
           
 void encode(ASN1OutputStream out)
           
 DEREncodable getObjectAt(int index)
           
 java.util.Enumeration getObjects()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

protected java.util.Vector set
Constructor Detail

DERSet

public DERSet()
Method Detail

getObjects

public java.util.Enumeration getObjects()

getObjectAt

public DEREncodable getObjectAt(int index)

size

public int size()

add

public void add(DEREncodable obj)

encode

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


Copyright © 2004-2009. All Rights Reserved.