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