|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.asn1.der.DERSequence
public class DERSequence
Field Summary | |
---|---|
private java.util.Vector |
v
|
Constructor Summary | |
---|---|
DERSequence()
|
Method Summary | |
---|---|
void |
add(DEREncodable obj)
|
void |
encode(ASN1OutputStream out)
As DER requires the constructed, definite-length model to be used for structured types, this varies slightly from the ASN.1 descriptions given. |
DEREncodable |
get(int i)
|
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 |
---|
private java.util.Vector v
Constructor Detail |
---|
public DERSequence()
Method Detail |
---|
public void add(DEREncodable obj)
public java.util.Enumeration getObjects()
public DEREncodable get(int i)
public int size()
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 |