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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.est.CSRRequestResponse.attributesResponse:Lorg/bouncycastle/est/CSRAttributesResponse;
2: aload 0
aload 2
putfield org.bouncycastle.est.CSRRequestResponse.source:Lorg/bouncycastle/est/Source;
3: return
end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
getfield org.bouncycastle.est.CSRRequestResponse.attributesResponse:Lorg/bouncycastle/est/CSRAttributesResponse;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
ldc "Response has no CSRAttributesResponse."
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.est.CSRRequestResponse.attributesResponse:Lorg/bouncycastle/est/CSRAttributesResponse;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.est.CSRRequestResponse.source:Lorg/bouncycastle/est/Source;
invokeinterface org.bouncycastle.est.Source.getSession:()Ljava/lang/Object;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.est.CSRRequestResponse.source:Lorg/bouncycastle/est/Source;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/est/CSRRequestResponse;
}
SourceFile: "CSRRequestResponse.java"