Package org.bouncycastle.asn1
Class DLSetParser
java.lang.Object
org.bouncycastle.asn1.DLSetParser
- All Implemented Interfaces:
ASN1Encodable
,ASN1SetParser
,InMemoryRepresentable
Parser class for DL SETs.
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 SET.Return the next object in the SET.Return a DLSet representing this parser and its contents.
-
Method Details
-
readObject
Return the next object in the SET.- Specified by:
readObject
in interfaceASN1SetParser
- Returns:
- next object in SET.
- Throws:
IOException
- if there is an issue loading the object.
-
getLoadedObject
Return an in memory, encodable, representation of the SET.- Specified by:
getLoadedObject
in interfaceInMemoryRepresentable
- Returns:
- a DLSet.
- Throws:
IOException
- if there is an issue loading the data.
-
toASN1Primitive
Return a DLSet representing this parser and its contents.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Returns:
- a DLSet
-