|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Set
org.bouncycastle.asn1.DLSet
public class DLSet
A DER encoded set object
Constructor Summary | |
---|---|
DLSet()
create an empty set |
|
DLSet(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, toString |
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive |
---|
equals, fromByteArray, toASN1Primitive |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
---|
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DLSet()
public DLSet(ASN1Encodable obj)
obj
- - a single object that makes up the set.public DLSet(ASN1EncodableVector v)
v
- - a vector of objects making up the set.public DLSet(ASN1Encodable[] a)
|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |