Class ASN1StreamParser


  • public class ASN1StreamParser
    extends java.lang.Object
    A parser for ASN.1 streams which also returns, where possible, parsers for the objects it encounters.
    • Constructor Detail

      • ASN1StreamParser

        public ASN1StreamParser​(java.io.InputStream in)
      • ASN1StreamParser

        public ASN1StreamParser​(java.io.InputStream in,
                                int limit)
      • ASN1StreamParser

        public ASN1StreamParser​(byte[] encoding)
    • Method Detail

      • readObject

        public ASN1Encodable readObject()
                                 throws java.io.IOException
        Throws:
        java.io.IOException