Interface ASN1SetParser
- All Superinterfaces:
ASN1Encodable, InMemoryRepresentable
- All Known Implementing Classes:
BERSetParser, DLSetParser
A basic parser for a SET object
-
Method Summary
Modifier and TypeMethodDescriptionRead the next object from the underlying object representing a SET.Methods inherited from interface ASN1Encodable
toASN1PrimitiveMethods inherited from interface InMemoryRepresentable
getLoadedObject
-
Method Details
-
readObject
Read the next object from the underlying object representing a SET.- Returns:
- the next object, null if we are at the end.
- Throws:
IOException- for bad input stream.
-