org.bouncycastle.asn1

Class DEREncodableVector

Known Direct 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.

Constructor Summary

DEREncodableVector()
Deprecated. use ASN1EncodableVector instead.

Method Summary

void
add(DEREncodable obj)
DEREncodable
get(int i)
int
size()

Constructor Details

DEREncodableVector

public DEREncodableVector()

Deprecated. use ASN1EncodableVector instead.

Method Details

add

public void add(DEREncodable obj)

get

public DEREncodable get(int i)

size

public int size()