Package org.bouncycastle.est
Class EnrollmentResponse
java.lang.Object
org.bouncycastle.est.EnrollmentResponse
Holder class for a response containing the details making up a /simpleenroll response.
-
Constructor Summary
ConstructorsConstructorDescriptionEnrollmentResponse
(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canRetry()
long
org.bouncycastle.util.Store<X509CertificateHolder>
getStore()
boolean
-
Constructor Details
-
EnrollmentResponse
public EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session)
-
-
Method Details
-
canRetry
public boolean canRetry() -
getStore
-
getNotBefore
public long getNotBefore() -
getRequestToRetry
-
getSession
-
getSource
-
isCompleted
public boolean isCompleted()
-