Package org.bouncycastle.asn1
Class BERSequence
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Sequence
org.bouncycastle.asn1.BERSequence
- All Implemented Interfaces:
ASN1Encodable
public class BERSequence extends ASN1Sequence
-
Field Summary
Fields inherited from class org.bouncycastle.asn1.ASN1Sequence
seq -
Constructor Summary
Constructors Constructor Description BERSequence()create an empty sequenceBERSequence(ASN1Encodable obj)create a sequence containing one objectBERSequence(ASN1Encodable[] array)create a sequence containing an array of objects.BERSequence(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, toStringMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
-
Constructor Details
-
BERSequence
public BERSequence()create an empty sequence -
BERSequence
create a sequence containing one object -
BERSequence
create a sequence containing a vector of objects. -
BERSequence
create a sequence containing an array of objects.
-