Class ASN1StreamParser


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

      • ASN1StreamParser

        public ASN1StreamParser​(InputStream in)
      • ASN1StreamParser

        public ASN1StreamParser​(InputStream in,
                                int limit)
      • ASN1StreamParser

        public ASN1StreamParser​(byte[] encoding)