Class CACertsResponse

java.lang.Object
org.bouncycastle.est.CACertsResponse

public class CACertsResponse extends Object
Holder class for a SimplePKIResponse containing the details making up /cacerts response.
  • Constructor Details

  • Method Details

    • hasCertificates

      public boolean hasCertificates()
    • getCertificateStore

      public org.bouncycastle.util.Store<X509CertificateHolder> getCertificateStore()
    • hasCRLs

      public boolean hasCRLs()
    • getCrlStore

      public org.bouncycastle.util.Store<X509CRLHolder> getCrlStore()
    • getRequestToRetry

      public ESTRequest getRequestToRetry()
    • getSession

      public Object getSession()
    • isTrusted

      public boolean isTrusted()