|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.der.DERSet
public class DERSet
A DER encoded set object
| Field Summary | |
|---|---|
protected java.util.Vector<DEREncodable> |
set
|
| Constructor Summary | |
|---|---|
DERSet()
|
|
| Method Summary | |
|---|---|
void |
add(DEREncodable obj)
|
void |
encode(ASN1OutputStream out)
|
DEREncodable |
getObjectAt(int index)
|
java.util.Enumeration<DEREncodable> |
getObjects()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector<DEREncodable> set
| Constructor Detail |
|---|
public DERSet()
| Method Detail |
|---|
public java.util.Enumeration<DEREncodable> getObjects()
public DEREncodable getObjectAt(int index)
public int size()
public void add(DEREncodable obj)
public void encode(ASN1OutputStream out)
throws java.io.IOException
encode in interface DEREncodablejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||