|
Bouncy Castle Cryptography 1.50 | ||||||||
| 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.DLSequence
public class DLSequence
The DLSequence encodes a SEQUENCE using definite length form.
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.asn1.ASN1Sequence |
|---|
seq |
| Constructor Summary | |
|---|---|
DLSequence()
Create an empty sequence |
|
DLSequence(ASN1Encodable obj)
Create a sequence containing one object |
|
DLSequence(ASN1Encodable[] array)
Create a sequence containing an array of objects. |
|
DLSequence(ASN1EncodableVector v)
Create a sequence containing a vector of objects. |
|
| Method Summary |
|---|
| Methods inherited from class org.bouncycastle.asn1.ASN1Sequence |
|---|
getInstance, getInstance, getObjectAt, getObjects, hashCode, parser, size, 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 DLSequence()
public DLSequence(ASN1Encodable obj)
public DLSequence(ASN1EncodableVector v)
public DLSequence(ASN1Encodable[] array)
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||