public class org.bouncycastle.est.EnrollmentResponse
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.est.EnrollmentResponse
super_class: java.lang.Object
{
private final org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> store;
descriptor: Lorg/bouncycastle/util/Store;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CertificateHolder;>;
private final long notBefore;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.bouncycastle.est.ESTRequest requestToRetry;
descriptor: Lorg/bouncycastle/est/ESTRequest;
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.util.Store<org.bouncycastle.cert.X509CertificateHolder>, long, org.bouncycastle.est.ESTRequest, org.bouncycastle.est.Source);
descriptor: (Lorg/bouncycastle/util/Store;JLorg/bouncycastle/est/ESTRequest;Lorg/bouncycastle/est/Source;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.est.EnrollmentResponse.store:Lorg/bouncycastle/util/Store;
2: aload 0
lload 2
putfield org.bouncycastle.est.EnrollmentResponse.notBefore:J
3: aload 0
aload 4
putfield org.bouncycastle.est.EnrollmentResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
4: aload 0
aload 5
putfield org.bouncycastle.est.EnrollmentResponse.source:Lorg/bouncycastle/est/Source;
5: return
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/bouncycastle/est/EnrollmentResponse;
0 6 1 store Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CertificateHolder;>;
0 6 2 notBefore J
0 6 4 requestToRetry Lorg/bouncycastle/est/ESTRequest;
0 6 5 session Lorg/bouncycastle/est/Source;
Signature: (Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CertificateHolder;>;JLorg/bouncycastle/est/ESTRequest;Lorg/bouncycastle/est/Source;)V
MethodParameters:
Name Flags
store
notBefore
requestToRetry
session
public boolean canRetry();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.est.EnrollmentResponse.notBefore:J
invokestatic java.lang.System.currentTimeMillis:()J
lcmp
ifge 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/EnrollmentResponse;
public org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> getStore();
descriptor: ()Lorg/bouncycastle/util/Store;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.est.EnrollmentResponse.store:Lorg/bouncycastle/util/Store;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/est/EnrollmentResponse;
Signature: ()Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CertificateHolder;>;
public long getNotBefore();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.est.EnrollmentResponse.notBefore:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/est/EnrollmentResponse;
public org.bouncycastle.est.ESTRequest getRequestToRetry();
descriptor: ()Lorg/bouncycastle/est/ESTRequest;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.est.EnrollmentResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/est/EnrollmentResponse;
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.EnrollmentResponse.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/EnrollmentResponse;
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.EnrollmentResponse.source:Lorg/bouncycastle/est/Source;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/est/EnrollmentResponse;
public boolean isCompleted();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.est.EnrollmentResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
ifnonnull 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/EnrollmentResponse;
}
SourceFile: "EnrollmentResponse.java"