org.bouncycastle.asn1
Class BERSequenceParser

java.lang.Object
  extended by org.bouncycastle.asn1.BERSequenceParser
All Implemented Interfaces:
ASN1SequenceParser, DEREncodable

public class BERSequenceParser
extends java.lang.Object
implements ASN1SequenceParser


Field Summary
private  ASN1ObjectParser _parser
           
 
Constructor Summary
BERSequenceParser(ASN1ObjectParser parser)
           
 
Method Summary
 DERObject getDERObject()
           
 DEREncodable readObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_parser

private ASN1ObjectParser _parser
Constructor Detail

BERSequenceParser

BERSequenceParser(ASN1ObjectParser parser)
Method Detail

readObject

public DEREncodable readObject()
                        throws java.io.IOException
Specified by:
readObject in interface ASN1SequenceParser
Throws:
java.io.IOException

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable