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 // org.bouncycastle.est.EnrollmentResponse this
        start local 1 // org.bouncycastle.util.Store store
        start local 2 // long notBefore
        start local 4 // org.bouncycastle.est.ESTRequest requestToRetry
        start local 5 // org.bouncycastle.est.Source session
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 19
            aload 0 /* this */
            aload 1 /* store */
            putfield org.bouncycastle.est.EnrollmentResponse.store:Lorg/bouncycastle/util/Store;
         2: .line 20
            aload 0 /* this */
            lload 2 /* notBefore */
            putfield org.bouncycastle.est.EnrollmentResponse.notBefore:J
         3: .line 21
            aload 0 /* this */
            aload 4 /* requestToRetry */
            putfield org.bouncycastle.est.EnrollmentResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
         4: .line 22
            aload 0 /* this */
            aload 5 /* session */
            putfield org.bouncycastle.est.EnrollmentResponse.source:Lorg/bouncycastle/est/Source;
         5: .line 23
            return
        end local 5 // org.bouncycastle.est.Source session
        end local 4 // org.bouncycastle.est.ESTRequest requestToRetry
        end local 2 // long notBefore
        end local 1 // org.bouncycastle.util.Store store
        end local 0 // org.bouncycastle.est.EnrollmentResponse this
      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 // org.bouncycastle.est.EnrollmentResponse this
         0: .line 27
            aload 0 /* this */
            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 // org.bouncycastle.est.EnrollmentResponse this
      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 // org.bouncycastle.est.EnrollmentResponse this
         0: .line 32
            aload 0 /* this */
            getfield org.bouncycastle.est.EnrollmentResponse.store:Lorg/bouncycastle/util/Store;
            areturn
        end local 0 // org.bouncycastle.est.EnrollmentResponse this
      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 // org.bouncycastle.est.EnrollmentResponse this
         0: .line 37
            aload 0 /* this */
            getfield org.bouncycastle.est.EnrollmentResponse.notBefore:J
            lreturn
        end local 0 // org.bouncycastle.est.EnrollmentResponse this
      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 // org.bouncycastle.est.EnrollmentResponse this
         0: .line 42
            aload 0 /* this */
            getfield org.bouncycastle.est.EnrollmentResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
            areturn
        end local 0 // org.bouncycastle.est.EnrollmentResponse this
      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 // org.bouncycastle.est.EnrollmentResponse this
         0: .line 47
            aload 0 /* this */
            getfield org.bouncycastle.est.EnrollmentResponse.source:Lorg/bouncycastle/est/Source;
            invokeinterface org.bouncycastle.est.Source.getSession:()Ljava/lang/Object;
            areturn
        end local 0 // org.bouncycastle.est.EnrollmentResponse this
      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 // org.bouncycastle.est.EnrollmentResponse this
         0: .line 52
            aload 0 /* this */
            getfield org.bouncycastle.est.EnrollmentResponse.source:Lorg/bouncycastle/est/Source;
            areturn
        end local 0 // org.bouncycastle.est.EnrollmentResponse this
      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 // org.bouncycastle.est.EnrollmentResponse this
         0: .line 57
            aload 0 /* this */
            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 // org.bouncycastle.est.EnrollmentResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/est/EnrollmentResponse;
}
SourceFile: "EnrollmentResponse.java"