Bouncy Castle Cryptography 1.49

org.bouncycastle.asn1
Class DERSequence

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.ASN1Primitive
          extended by org.bouncycastle.asn1.ASN1Sequence
              extended by org.bouncycastle.asn1.DERSequence
All Implemented Interfaces:
ASN1Encodable

public class DERSequence
extends ASN1Sequence


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Sequence
seq
 
Constructor Summary
DERSequence()
          create an empty sequence
DERSequence(ASN1Encodable obj)
          create a sequence containing one object
DERSequence(ASN1Encodable[] array)
          create a sequence containing an array of objects.
DERSequence(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

DERSequence

public DERSequence()
create an empty sequence


DERSequence

public DERSequence(ASN1Encodable obj)
create a sequence containing one object


DERSequence

public DERSequence(ASN1EncodableVector v)
create a sequence containing a vector of objects.


DERSequence

public DERSequence(ASN1Encodable[] array)
create a sequence containing an array of objects.


Bouncy Castle Cryptography 1.49