org.apache.directory.shared.asn1.der
Class DERSet
java.lang.Object
org.apache.directory.shared.asn1.der.DERSet
- All Implemented Interfaces:
- DEREncodable
- Direct Known Subclasses:
- BERSet
public class DERSet
- extends Object
- implements DEREncodable
A DER encoded set object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
set
protected Vector<DEREncodable> set
DERSet
public DERSet()
getObjects
public Enumeration<DEREncodable> getObjects()
getObjectAt
public DEREncodable getObjectAt(int index)
size
public int size()
add
public void add(DEREncodable obj)
encode
public void encode(ASN1OutputStream out)
throws IOException
- Specified by:
encode in interface DEREncodable
- Throws:
IOException
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.