Class EnrollmentResponse


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

      • EnrollmentResponse

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

      • canRetry

        public boolean canRetry()
      • getNotBefore

        public long getNotBefore()
      • getRequestToRetry

        public ESTRequest getRequestToRetry()
      • getSession

        public java.lang.Object getSession()
      • getSource

        public Source getSource()
      • isCompleted

        public boolean isCompleted()
      • getPrivateKeyInfo

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