org.gudy.bouncycastle.asn1
Class DEREncodableVector
java.lang.Object
org.gudy.bouncycastle.asn1.DEREncodableVector
- Direct Known Subclasses:
- ASN1EncodableVector
public class DEREncodableVector
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEREncodableVector
public DEREncodableVector()
- Deprecated. use ASN1EncodableVector instead.
add
public void add(DEREncodable obj)
get
public DEREncodable get(int i)
size
public int size()