public class DERSet extends ASN1Set
| Constructor and Description |
|---|
DERSet()
create an empty set
|
DERSet(ASN1Encodable obj)
create a set containing one object
|
DERSet(ASN1Encodable[] a)
create a set containing an array of objects.
|
DERSet(ASN1EncodableVector v)
create a set containing a vector of objects.
|
getInstance, getInstance, getObjectAt, getObjects, hashCode, iterator, parser, size, sort, toArray, toStringequals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectpublic DERSet()
public DERSet(ASN1Encodable obj)
obj - the object to go in the setpublic DERSet(ASN1EncodableVector v)
v - the vector of objects to make up the set.public DERSet(ASN1Encodable[] a)
a - the array of objects to make up the set.