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, toString
equals, fromByteArray, toASN1Primitive
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
public 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)