Package org.bouncycastle.asn1
Class DLSequenceParser
java.lang.Object
org.bouncycastle.asn1.DLSequenceParser
- All Implemented Interfaces:
ASN1Encodable,ASN1SequenceParser,InMemoryRepresentable
Parser class for DL SEQUENCEs.
TODO The class is only publicly visible to support 'instanceof' checks; provide an alternative
-
Method Summary
Modifier and TypeMethodDescriptionReturn an in memory, encodable, representation of the SEQUENCE.Return the next object in the SEQUENCE.Return a DLSequence representing this parser and its contents.
-
Method Details
-
readObject
Return the next object in the SEQUENCE.- Specified by:
readObjectin interfaceASN1SequenceParser- Returns:
- next object in SEQUENCE.
- Throws:
IOException- if there is an issue loading the object.
-
getLoadedObject
Return an in memory, encodable, representation of the SEQUENCE.- Specified by:
getLoadedObjectin interfaceInMemoryRepresentable- Returns:
- a DLSequence.
- Throws:
IOException- if there is an issue loading the data.
-
toASN1Primitive
Return a DLSequence representing this parser and its contents.- Specified by:
toASN1Primitivein interfaceASN1Encodable- Returns:
- a DLSequence.
-