public class DERSet extends ASN1Set
elements, sortedElements
Constructor and Description |
---|
DERSet()
create an empty set
|
DERSet(ASN1Encodable element)
create a set containing one object
|
DERSet(ASN1Encodable[] elements)
create a set containing an array of objects.
|
DERSet(ASN1EncodableVector elementVector)
create a set containing a vector of objects.
|
Modifier and Type | Method and Description |
---|---|
static DERSet |
convert(ASN1Set set) |
getInstance, getInstance, getObjectAt, getObjects, hashCode, iterator, parser, size, toArray, toString
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
getEncoded, getEncoded, hasEncodedTagValue
public DERSet()
public DERSet(ASN1Encodable element)
element
- the object to go in the setpublic DERSet(ASN1EncodableVector elementVector)
elementVector
- the vector of objects to make up the set.public DERSet(ASN1Encodable[] elements)
elements
- the array of objects to make up the set.