public class DLSet extends ASN1Set
| Constructor and Description |
|---|
DLSet()
create an empty set
|
DLSet(ASN1Encodable obj) |
DLSet(ASN1Encodable[] a)
create a set from an array of objects.
|
DLSet(ASN1EncodableVector v) |
getInstance, getInstance, getObjectAt, getObjects, hashCode, parser, size, sort, toArray, toStringequals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectpublic DLSet()
public DLSet(ASN1Encodable obj)
obj - - a single object that makes up the set.public DLSet(ASN1EncodableVector v)
v - - a vector of objects making up the set.public DLSet(ASN1Encodable[] a)