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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.est.CACertsResponse.store:Lorg/bouncycastle/util/Store;
2: aload 0
aload 3
putfield org.bouncycastle.est.CACertsResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
3: aload 0
aload 4
putfield org.bouncycastle.est.CACertsResponse.session:Lorg/bouncycastle/est/Source;
4: aload 0
iload 5
putfield org.bouncycastle.est.CACertsResponse.trusted:Z
5: aload 0
aload 2
putfield org.bouncycastle.est.CACertsResponse.crlHolderStore:Lorg/bouncycastle/util/Store;
6: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
getfield org.bouncycastle.est.CACertsResponse.store:Lorg/bouncycastle/util/Store;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
ldc "Response has no certificates."
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.est.CACertsResponse.store:Lorg/bouncycastle/util/Store;
areturn
end local 0 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 0: aload 0
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 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 0: aload 0
getfield org.bouncycastle.est.CACertsResponse.crlHolderStore:Lorg/bouncycastle/util/Store;
ifnonnull 2
1: new java.lang.IllegalStateException
dup
ldc "Response has no CRLs."
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.est.CACertsResponse.crlHolderStore:Lorg/bouncycastle/util/Store;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.est.CACertsResponse.requestToRetry:Lorg/bouncycastle/est/ESTRequest;
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.est.CACertsResponse.session: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/CACertsResponse;
public boolean isTrusted();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.est.CACertsResponse.trusted:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/est/CACertsResponse;
}
SourceFile: "CACertsResponse.java"