DEREncodableVector
public class ASN1EncodableVector
extends java.lang.Object
Constructor | Description |
---|---|
ASN1EncodableVector() |
Base constructor.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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()