public interface org.bouncycastle.asn1.ASN1ApplicationSpecificParser extends org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.asn1.InMemoryRepresentable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.bouncycastle.asn1.ASN1ApplicationSpecificParser
  super_class: java.lang.Object
{
  public abstract org.bouncycastle.asn1.ASN1Encodable readObject();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Encodable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ASN1ApplicationSpecificParser.java"