|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.asn1.der.DERSet
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 |
protected java.util.Vector set
Constructor Detail |
public DERSet()
Method Detail |
public java.util.Enumeration 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 DEREncodable
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |