java.lang.Iterable<ASN1Encodable>
, ASN1Encodable
, Encodable
, Iterable<ASN1Encodable>
public class DERSet extends ASN1Set
Constructor | 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.
|
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
equals, fromByteArray, toASN1Primitive
getInstance, getInstance, getObjectAt, getObjects, hashCode, iterator, parser, size, sort, toArray, toString
public 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.