Package org.gudy.bouncycastle.asn1
Class DEREncodableVector
java.lang.Object
org.gudy.bouncycastle.asn1.DEREncodableVector
- Direct Known Subclasses:
ASN1EncodableVector
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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
v
-
-
Constructor Details
-
DEREncodableVector
public DEREncodableVector()Deprecated.use ASN1EncodableVector instead.
-
-
Method Details
-
add
-
get
-
size
public int size()
-