public class org.bouncycastle.asn1.BERApplicationSpecificParser implements org.bouncycastle.asn1.ASN1ApplicationSpecificParser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.BERApplicationSpecificParser
  super_class: java.lang.Object
{
  private final int tag;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.bouncycastle.asn1.ASN1StreamParser parser;
    descriptor: Lorg/bouncycastle/asn1/ASN1StreamParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, org.bouncycastle.asn1.ASN1StreamParser);
    descriptor: (ILorg/bouncycastle/asn1/ASN1StreamParser;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.BERApplicationSpecificParser this
        start local 1 // int tag
        start local 2 // org.bouncycastle.asn1.ASN1StreamParser parser
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 16
            aload 0 /* this */
            iload 1 /* tag */
            putfield org.bouncycastle.asn1.BERApplicationSpecificParser.tag:I
         2: .line 17
            aload 0 /* this */
            aload 2 /* parser */
            putfield org.bouncycastle.asn1.BERApplicationSpecificParser.parser:Lorg/bouncycastle/asn1/ASN1StreamParser;
         3: .line 18
            return
        end local 2 // org.bouncycastle.asn1.ASN1StreamParser parser
        end local 1 // int tag
        end local 0 // org.bouncycastle.asn1.BERApplicationSpecificParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/bouncycastle/asn1/BERApplicationSpecificParser;
            0    4     1     tag  I
            0    4     2  parser  Lorg/bouncycastle/asn1/ASN1StreamParser;
    MethodParameters:
        Name  Flags
      tag     
      parser  

  public org.bouncycastle.asn1.ASN1Encodable readObject();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Encodable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.BERApplicationSpecificParser this
         0: .line 28
            aload 0 /* this */
            getfield org.bouncycastle.asn1.BERApplicationSpecificParser.parser:Lorg/bouncycastle/asn1/ASN1StreamParser;
            invokevirtual org.bouncycastle.asn1.ASN1StreamParser.readObject:()Lorg/bouncycastle/asn1/ASN1Encodable;
            areturn
        end local 0 // org.bouncycastle.asn1.BERApplicationSpecificParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/BERApplicationSpecificParser;
    Exceptions:
      throws java.io.IOException

  public org.bouncycastle.asn1.ASN1Primitive getLoadedObject();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.BERApplicationSpecificParser this
         0: .line 40
            new org.bouncycastle.asn1.BERApplicationSpecific
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.BERApplicationSpecificParser.tag:I
            aload 0 /* this */
            getfield org.bouncycastle.asn1.BERApplicationSpecificParser.parser:Lorg/bouncycastle/asn1/ASN1StreamParser;
            invokevirtual org.bouncycastle.asn1.ASN1StreamParser.readVector:()Lorg/bouncycastle/asn1/ASN1EncodableVector;
            invokespecial org.bouncycastle.asn1.BERApplicationSpecific.<init>:(ILorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 0 // org.bouncycastle.asn1.BERApplicationSpecificParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/BERApplicationSpecificParser;
    Exceptions:
      throws java.io.IOException

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.BERApplicationSpecificParser this
         0: .line 52
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.BERApplicationSpecificParser.getLoadedObject:()Lorg/bouncycastle/asn1/ASN1Primitive;
         1: areturn
         2: .line 54
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 56
            new org.bouncycastle.asn1.ASN1ParsingException
            dup
            aload 1 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aload 1 /* e */
            invokespecial org.bouncycastle.asn1.ASN1ParsingException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // org.bouncycastle.asn1.BERApplicationSpecificParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/BERApplicationSpecificParser;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
}
SourceFile: "BERApplicationSpecificParser.java"