Package io.anyline.nfc.bouncycastle.asn1
Class ASN1StreamParser
-
- All Implemented Interfaces:
public class ASN1StreamParser
A parser for ASN.1 streams which also returns, where possible, parsers for the objects it encounters.
-
-
Constructor Summary
Constructors Constructor Description ASN1StreamParser(InputStream in)
ASN1StreamParser(Array<byte> encoding)
ASN1StreamParser(InputStream in, int limit)
-
Method Summary
Modifier and Type Method Description ASN1Encodable
readObject()
-
-
Constructor Detail
-
ASN1StreamParser
ASN1StreamParser(InputStream in)
-
ASN1StreamParser
ASN1StreamParser(Array<byte> encoding)
-
ASN1StreamParser
ASN1StreamParser(InputStream in, int limit)
-
-
Method Detail
-
readObject
ASN1Encodable readObject()
-
-
-
-