Class ASN1StreamParser

java.lang.Object
org.bouncycastle.asn1.ASN1StreamParser

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

    • ASN1StreamParser

      public ASN1StreamParser(InputStream in)
    • ASN1StreamParser

      public ASN1StreamParser(byte[] encoding)
    • ASN1StreamParser

      public ASN1StreamParser(InputStream in, int limit)
  • Method Details