|
Bouncy Castle Cryptography Library 1.81 | |||||||||
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.ASN1Sequence
org.bouncycastle.asn1.DERSequence
Definite length SEQUENCE, encoding tells explicit number of bytes that the content of this sequence occupies.
For X.690 syntax rules, see ASN1Sequence
.
Constructor Summary | |
DERSequence()
Create an empty sequence. |
|
DERSequence(ASN1Encodable element)
Create a sequence containing one object. |
|
DERSequence(ASN1Encodable[] elements)
Create a sequence containing an array of objects. |
|
DERSequence(ASN1Encodable element1,
ASN1Encodable element2)
Create a sequence containing two objects. |
|
DERSequence(ASN1EncodableVector elementVector)
Create a sequence containing a vector of objects. |
Method Summary | |
static DERSequence |
convert(ASN1Sequence seq)
|
Methods inherited from class org.bouncycastle.asn1.ASN1Sequence |
getInstance, getInstance, getObjectAt, getObjects, hashCode, iterator, parser, size, toArray, toString |
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive |
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
getEncoded, getEncoded, hasEncodedTagValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DERSequence()
public DERSequence(ASN1Encodable element)
element
- the object to go in the sequence.public DERSequence(ASN1Encodable element1, ASN1Encodable element2)
element1
- the first object to go in the sequence.element2
- the second object to go in the sequence.public DERSequence(ASN1EncodableVector elementVector)
elementVector
- the vector of objects to make up the sequence.public DERSequence(ASN1Encodable[] elements)
elements
- the array of objects to make up the sequence.Method Detail |
public static DERSequence convert(ASN1Sequence seq)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |