Package org.bouncycastle.asn1
Class BERSequenceParser
java.lang.Object
org.bouncycastle.asn1.BERSequenceParser
- All Implemented Interfaces:
ASN1Encodable
,ASN1SequenceParser
,InMemoryRepresentable
Deprecated.
Check for 'ASN1SequenceParser' instead
Parser for indefinite-length SEQUENCEs.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return an in-memory, encodable, representation of the SEQUENCE.Deprecated.Read the next object in the SEQUENCE.Deprecated.Return an BERSequence representing this parser and its contents.
-
Method Details
-
readObject
Deprecated.Read the next object in the SEQUENCE.- Specified by:
readObject
in interfaceASN1SequenceParser
- Returns:
- the next object in the SEQUENCE, null if there are no more.
- Throws:
IOException
- if there is an issue reading the underlying stream.
-
getLoadedObject
Deprecated.Return an in-memory, encodable, representation of the SEQUENCE.- Specified by:
getLoadedObject
in interfaceInMemoryRepresentable
- Returns:
- a BERSequence.
- Throws:
IOException
- if there is an issue loading the data.
-
toASN1Primitive
Deprecated.Return an BERSequence representing this parser and its contents.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Returns:
- an BERSequence
-