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