public class ASN1EncodableVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Vector |
v |
Constructor and Description |
---|
ASN1EncodableVector() |
Modifier and Type | Method and Description |
---|---|
void |
add(ASN1Encodable obj) |
ASN1Encodable |
get(int i) |
int |
size() |
public void add(ASN1Encodable obj)
public ASN1Encodable get(int i)
public int size()