public class org.bouncycastle.est.CSRRequestResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.est.CSRRequestResponse
  super_class: java.lang.Object
{
  private final org.bouncycastle.est.CSRAttributesResponse attributesResponse;
    descriptor: Lorg/bouncycastle/est/CSRAttributesResponse;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.bouncycastle.est.Source source;
    descriptor: Lorg/bouncycastle/est/Source;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.bouncycastle.est.CSRAttributesResponse, org.bouncycastle.est.Source);
    descriptor: (Lorg/bouncycastle/est/CSRAttributesResponse;Lorg/bouncycastle/est/Source;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.est.CSRRequestResponse this
        start local 1 // org.bouncycastle.est.CSRAttributesResponse attributesResponse
        start local 2 // org.bouncycastle.est.Source session
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aload 1 /* attributesResponse */
            putfield org.bouncycastle.est.CSRRequestResponse.attributesResponse:Lorg/bouncycastle/est/CSRAttributesResponse;
         2: .line 14
            aload 0 /* this */
            aload 2 /* session */
            putfield org.bouncycastle.est.CSRRequestResponse.source:Lorg/bouncycastle/est/Source;
         3: .line 15
            return
        end local 2 // org.bouncycastle.est.Source session
        end local 1 // org.bouncycastle.est.CSRAttributesResponse attributesResponse
        end local 0 // org.bouncycastle.est.CSRRequestResponse this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/bouncycastle/est/CSRRequestResponse;
            0    4     1  attributesResponse  Lorg/bouncycastle/est/CSRAttributesResponse;
            0    4     2             session  Lorg/bouncycastle/est/Source;
    MethodParameters:
                    Name  Flags
      attributesResponse  
      session             

  public boolean hasAttributesResponse();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.CSRRequestResponse this
         0: .line 19
            aload 0 /* this */
            getfield org.bouncycastle.est.CSRRequestResponse.attributesResponse:Lorg/bouncycastle/est/CSRAttributesResponse;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.bouncycastle.est.CSRRequestResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/est/CSRRequestResponse;

  public org.bouncycastle.est.CSRAttributesResponse getAttributesResponse();
    descriptor: ()Lorg/bouncycastle/est/CSRAttributesResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.CSRRequestResponse this
         0: .line 24
            aload 0 /* this */
            getfield org.bouncycastle.est.CSRRequestResponse.attributesResponse:Lorg/bouncycastle/est/CSRAttributesResponse;
            ifnonnull 2
         1: .line 26
            new java.lang.IllegalStateException
            dup
            ldc "Response has no CSRAttributesResponse."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 28
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.est.CSRRequestResponse.attributesResponse:Lorg/bouncycastle/est/CSRAttributesResponse;
            areturn
        end local 0 // org.bouncycastle.est.CSRRequestResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/est/CSRRequestResponse;

  public java.lang.Object getSession();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.CSRRequestResponse this
         0: .line 33
            aload 0 /* this */
            getfield org.bouncycastle.est.CSRRequestResponse.source:Lorg/bouncycastle/est/Source;
            invokeinterface org.bouncycastle.est.Source.getSession:()Ljava/lang/Object;
            areturn
        end local 0 // org.bouncycastle.est.CSRRequestResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/CSRRequestResponse;

  public org.bouncycastle.est.Source getSource();
    descriptor: ()Lorg/bouncycastle/est/Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.CSRRequestResponse this
         0: .line 38
            aload 0 /* this */
            getfield org.bouncycastle.est.CSRRequestResponse.source:Lorg/bouncycastle/est/Source;
            areturn
        end local 0 // org.bouncycastle.est.CSRRequestResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/CSRRequestResponse;
}
SourceFile: "CSRRequestResponse.java"