|
|||||||||
| Home >> All >> com >> lowagie >> bc >> [ asn1 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lowagie.bc.asn1
Class DEREncodableVector

java.lang.Objectcom.lowagie.bc.asn1.DEREncodableVector
- Direct Known Subclasses:
- ASN1EncodableVector
- public class DEREncodableVector
- extends java.lang.Object
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 |
v
|
| Constructor Summary | |
DEREncodableVector()
|
|
| 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 |
v
private java.util.Vector v
| Constructor Detail |
DEREncodableVector
public DEREncodableVector()
| Method Detail |
add
public void add(DEREncodable obj)
get
public DEREncodable get(int i)
size
public int size()
|
|||||||||
| Home >> All >> com >> lowagie >> bc >> [ asn1 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lowagie.bc.asn1.DEREncodableVector