|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkz.gamma.asn1.DEREncodableVector
public class DEREncodableVector
a general class for building up a vector of DER encodable objects - this will eventually be superceded by ASN1EncodableVector so you should use that class in preference.
| Field Summary | |
|---|---|
private java.util.Vector<java.lang.Object> |
v
|
| Constructor Summary | |
|---|---|
DEREncodableVector()
Deprecated. use ASN1EncodableVector instead. |
|
| Method Summary | |
|---|---|
void |
add(DEREncodable obj)
|
DEREncodable |
get(int i)
|
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<java.lang.Object> v
| Constructor Detail |
|---|
public DEREncodableVector()
| Method Detail |
|---|
public void add(DEREncodable obj)
public DEREncodable get(int i)
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||