Package org.bouncycastle.asn1
Class DLSet
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Set
org.bouncycastle.asn1.DLSet
- All Implemented Interfaces:
ASN1Encodable
public class DLSet extends ASN1Set
A DER encoded set object
-
Constructor Summary
Constructors Constructor Description DLSet()create an empty setDLSet(ASN1Encodable obj)DLSet(ASN1Encodable[] a)create a set from an array of objects.DLSet(ASN1EncodableVector v) -
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1Set
getInstance, getInstance, getObjectAt, getObjects, hashCode, parser, size, sort, toArray, toStringMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
-
Constructor Details
-
DLSet
public DLSet()create an empty set -
DLSet
- Parameters:
obj- - a single object that makes up the set.
-
DLSet
- Parameters:
v- - a vector of objects making up the set.
-
DLSet
create a set from an array of objects.
-