Package org.bouncycastle.est
Class CACertsResponse
java.lang.Object
org.bouncycastle.est.CACertsResponse
Holder class for a SimplePKIResponse containing the details making up /cacerts response.
-
Constructor Summary
ConstructorDescriptionCACertsResponse
(org.bouncycastle.util.Store<X509CertificateHolder> store, org.bouncycastle.util.Store<X509CRLHolder> crlHolderStore, ESTRequest requestToRetry, Source session, boolean trusted) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.util.Store
<X509CertificateHolder> org.bouncycastle.util.Store
<X509CRLHolder> boolean
boolean
hasCRLs()
boolean
-
Constructor Details
-
CACertsResponse
public CACertsResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, org.bouncycastle.util.Store<X509CRLHolder> crlHolderStore, ESTRequest requestToRetry, Source session, boolean trusted)
-
-
Method Details
-
hasCertificates
public boolean hasCertificates() -
getCertificateStore
-
hasCRLs
public boolean hasCRLs() -
getCrlStore
-
getRequestToRetry
-
getSession
-
isTrusted
public boolean isTrusted()
-