|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1EncodableVector
public class ASN1EncodableVector
Mutable class for building ASN.1 constructed objects.
Constructor Summary | |
---|---|
ASN1EncodableVector()
Base constructor. |
Method Summary | |
---|---|
void |
add(ASN1Encodable obj)
Add an encodable to the vector. |
void |
addAll(ASN1EncodableVector other)
Add the contents of another vector. |
ASN1Encodable |
get(int i)
Return the object at position i in this vector. |
int |
size()
Return the size of the vector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASN1EncodableVector()
Method Detail |
---|
public void add(ASN1Encodable obj)
obj
- the encodable to add.public void addAll(ASN1EncodableVector other)
other
- the vector to add.public ASN1Encodable get(int i)
i
- the index of the object of interest.
public int size()
|
Bouncy Castle Cryptography 1.51 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |