Package io.anyline.nfc.bouncycastle.asn1
Class DLSetParser
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.asn1.ASN1Encodable
,io.anyline.nfc.bouncycastle.asn1.ASN1SetParser
,io.anyline.nfc.bouncycastle.asn1.InMemoryRepresentable
public class DLSetParser implements ASN1SetParser
Parser class for DL SETs. TODO The class is only publicly visible to support 'instanceof' checks; provide an alternative
-
-
Method Summary
Modifier and Type Method Description ASN1Encodable
readObject()
Return the next object in the SET. ASN1Primitive
getLoadedObject()
Return an in memory, encodable, representation of the SET. ASN1Primitive
toASN1Primitive()
Return a DLSet representing this parser and its contents. -
-
Method Detail
-
readObject
ASN1Encodable readObject()
Return the next object in the SET.
- Returns:
next object in SET.
-
getLoadedObject
ASN1Primitive getLoadedObject()
Return an in memory, encodable, representation of the SET.
- Returns:
a DLSet.
-
toASN1Primitive
ASN1Primitive toASN1Primitive()
Return a DLSet representing this parser and its contents.
- Returns:
a DLSet
-
-
-
-