org.bouncycastle.asn1
public class BERSet extends DERSet
| Constructor Summary | |
|---|---|
| BERSet()
create an empty sequence | |
| BERSet(DEREncodable obj)
create a set containing one object | |
| BERSet(DEREncodableVector v) | |
Parameters: v - a vector of objects making up the set.