public class BERSequenceParser extends java.lang.Object implements ASN1SequenceParser
Modifier and Type | Field and Description |
---|---|
private ASN1ObjectParser |
_parser |
Constructor and Description |
---|
BERSequenceParser(ASN1ObjectParser parser) |
Modifier and Type | Method and Description |
---|---|
DERObject |
getDERObject() |
DEREncodable |
readObject() |
private ASN1ObjectParser _parser
BERSequenceParser(ASN1ObjectParser parser)
public DEREncodable readObject() throws java.io.IOException
readObject
in interface ASN1SequenceParser
java.io.IOException
public DERObject getDERObject()
getDERObject
in interface DEREncodable