Bouncy Castle Cryptography 1.30

org.bouncycastle.sasn1
Class DerSequence

java.lang.Object
  |
  +--org.bouncycastle.sasn1.Asn1Object
        |
        +--org.bouncycastle.sasn1.DerObject
              |
              +--org.bouncycastle.sasn1.DerSequence
All Implemented Interfaces:
Asn1Sequence

public class DerSequence
extends DerObject
implements Asn1Sequence


Fields inherited from class org.bouncycastle.sasn1.Asn1Object
_baseTag, _contentStream, _tagNumber
 
Method Summary
 Asn1Object readObject()
           
 
Methods inherited from class org.bouncycastle.sasn1.DerObject
getEncoded, getRawContentStream, getTagNumber
 
Methods inherited from class org.bouncycastle.sasn1.Asn1Object
isConstructed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readObject

public Asn1Object readObject()
                      throws java.io.IOException
Specified by:
readObject in interface Asn1Sequence

Bouncy Castle Cryptography 1.30