public class org.bouncycastle.est.CACertsResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.est.CACertsResponse
  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 org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> crlHolderStore;
    descriptor: Lorg/bouncycastle/util/Store;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CRLHolder;>;

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

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

  private final boolean trusted;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder>, org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder>, org.bouncycastle.est.ESTRequest, org.bouncycastle.est.Source, );
    descriptor: (Lorg/bouncycastle/util/Store;Lorg/bouncycastle/util/Store;Lorg/bouncycastle/est/ESTRequest;Lorg/bouncycastle/est/Source;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.bouncycastle.est.CACertsResponse this
        start local 1 // org.bouncycastle.util.Store store
        start local 2 // org.bouncycastle.util.Store crlHolderStore
        start local 3 // org.bouncycastle.est.ESTRequest requestToRetry
        start local 4 // org.bouncycastle.est.Source session
        start local 5 // boolean trusted
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 24
            aload 0 /* this */
            aload 1 /* store */
            putfield org.bouncycastle.est.CACertsResponse.store:Lorg/bouncycastle/util/Store;
         2: .line 25
            aload 0 /* this */
            aload 3 /* requestToRetry */
            putfield org.bouncycastle.est.CACertsResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
         3: .line 26
            aload 0 /* this */
            aload 4 /* session */
            putfield org.bouncycastle.est.CACertsResponse.session:Lorg/bouncycastle/est/Source;
         4: .line 27
            aload 0 /* this */
            iload 5 /* trusted */
            putfield org.bouncycastle.est.CACertsResponse.trusted:Z
         5: .line 28
            aload 0 /* this */
            aload 2 /* crlHolderStore */
            putfield org.bouncycastle.est.CACertsResponse.crlHolderStore:Lorg/bouncycastle/util/Store;
         6: .line 29
            return
        end local 5 // boolean trusted
        end local 4 // org.bouncycastle.est.Source session
        end local 3 // org.bouncycastle.est.ESTRequest requestToRetry
        end local 2 // org.bouncycastle.util.Store crlHolderStore
        end local 1 // org.bouncycastle.util.Store store
        end local 0 // org.bouncycastle.est.CACertsResponse this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/bouncycastle/est/CACertsResponse;
            0    7     1           store  Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CertificateHolder;>;
            0    7     2  crlHolderStore  Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CRLHolder;>;
            0    7     3  requestToRetry  Lorg/bouncycastle/est/ESTRequest;
            0    7     4         session  Lorg/bouncycastle/est/Source;
            0    7     5         trusted  Z
    Signature: (Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CertificateHolder;>;Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CRLHolder;>;Lorg/bouncycastle/est/ESTRequest;Lorg/bouncycastle/est/Source;Z)V
    MethodParameters:
                Name  Flags
      store           
      crlHolderStore  
      requestToRetry  
      session         
      trusted         

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

  public org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> getCertificateStore();
    descriptor: ()Lorg/bouncycastle/util/Store;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.CACertsResponse this
         0: .line 38
            aload 0 /* this */
            getfield org.bouncycastle.est.CACertsResponse.store:Lorg/bouncycastle/util/Store;
            ifnonnull 2
         1: .line 40
            new java.lang.IllegalStateException
            dup
            ldc "Response has no certificates."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.est.CACertsResponse.store:Lorg/bouncycastle/util/Store;
            areturn
        end local 0 // org.bouncycastle.est.CACertsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/est/CACertsResponse;
    Signature: ()Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CertificateHolder;>;

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

  public org.bouncycastle.util.Store<org.bouncycastle.cert.X509CRLHolder> getCrlStore();
    descriptor: ()Lorg/bouncycastle/util/Store;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.CACertsResponse this
         0: .line 53
            aload 0 /* this */
            getfield org.bouncycastle.est.CACertsResponse.crlHolderStore:Lorg/bouncycastle/util/Store;
            ifnonnull 2
         1: .line 55
            new java.lang.IllegalStateException
            dup
            ldc "Response has no CRLs."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.est.CACertsResponse.crlHolderStore:Lorg/bouncycastle/util/Store;
            areturn
        end local 0 // org.bouncycastle.est.CACertsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/est/CACertsResponse;
    Signature: ()Lorg/bouncycastle/util/Store<Lorg/bouncycastle/cert/X509CRLHolder;>;

  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.CACertsResponse this
         0: .line 63
            aload 0 /* this */
            getfield org.bouncycastle.est.CACertsResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
            areturn
        end local 0 // org.bouncycastle.est.CACertsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/CACertsResponse;

  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.CACertsResponse this
         0: .line 68
            aload 0 /* this */
            getfield org.bouncycastle.est.CACertsResponse.session:Lorg/bouncycastle/est/Source;
            invokeinterface org.bouncycastle.est.Source.getSession:()Ljava/lang/Object;
            areturn
        end local 0 // org.bouncycastle.est.CACertsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/CACertsResponse;

  public boolean isTrusted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.est.CACertsResponse this
         0: .line 73
            aload 0 /* this */
            getfield org.bouncycastle.est.CACertsResponse.trusted:Z
            ireturn
        end local 0 // org.bouncycastle.est.CACertsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/est/CACertsResponse;
}
SourceFile: "CACertsResponse.java"