Package org.bouncycastle.asn1
Interface ASN1SequenceParser
- All Superinterfaces:
ASN1Encodable
,InMemoryRepresentable
- All Known Implementing Classes:
BERSequenceParser
,DLSequenceParser
A basic parser for a SEQUENCE object
-
Method Summary
Modifier and TypeMethodDescriptionRead the next object from the underlying object representing a SEQUENCE.Methods inherited from interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
Methods inherited from interface org.bouncycastle.asn1.InMemoryRepresentable
getLoadedObject
-
Method Details
-
readObject
Read the next object from the underlying object representing a SEQUENCE.- Returns:
- the next object, null if we are at the end.
- Throws:
IOException
- for bad input stream.
-