Package org.bouncycastle.asn1
Class DEREncodableVector
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1EncodableVector
-
- org.bouncycastle.asn1.DEREncodableVector
-
public class DEREncodableVector extends ASN1EncodableVector
a general class for building up a vector of DER encodable objects - this will eventually be superseded by ASN1EncodableVector so you should use that class in preference.
-
-
Constructor Summary
Constructors Constructor Description DEREncodableVector()
Deprecated.use ASN1EncodableVector instead.
-
Method Summary
-
Methods inherited from class org.bouncycastle.asn1.ASN1EncodableVector
add, addAll, get, size
-
-