Class EnrollmentResponse

java.lang.Object
org.bouncycastle.est.EnrollmentResponse

public class EnrollmentResponse extends Object
Holder class for a response containing the details making up a /simpleenroll response.
  • Constructor Details

    • EnrollmentResponse

      public EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session)
    • EnrollmentResponse

      public EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
  • Method Details

    • canRetry

      public boolean canRetry()
    • getStore

      public org.bouncycastle.util.Store<X509CertificateHolder> getStore()
    • getNotBefore

      public long getNotBefore()
    • getRequestToRetry

      public ESTRequest getRequestToRetry()
    • getSession

      public Object getSession()
    • getSource

      public Source getSource()
    • isCompleted

      public boolean isCompleted()
    • getPrivateKeyInfo

      public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()