org.bouncycastle.asn1
public class DERConstructedSet extends ASN1Set
Deprecated: use DERSet
Constructor Summary | |
---|---|
DERConstructedSet() | |
DERConstructedSet(DEREncodable obj) | |
DERConstructedSet(DEREncodableVector v) |
Method Summary | |
---|---|
void | addObject(DEREncodable obj) |
int | getSize() |
Parameters: obj - a single object that makes up the set.
Parameters: v - a vector of objects making up the set.