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