|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.der.DERSequence
public class DERSequence
| 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<DEREncodable> |
getObjects()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DERSequence()
| Method Detail |
|---|
public void add(DEREncodable obj)
public java.util.Enumeration<DEREncodable> getObjects()
public DEREncodable get(int i)
public int size()
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 | |||||||||