Package org.bouncycastle.est
Class EnrollmentResponse
- java.lang.Object
-
- org.bouncycastle.est.EnrollmentResponse
-
public class EnrollmentResponse extends java.lang.ObjectHolder class for a response containing the details making up a /simpleenroll response.
-
-
Constructor Summary
Constructors Constructor Description EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanRetry()longgetNotBefore()ESTRequestgetRequestToRetry()java.lang.ObjectgetSession()SourcegetSource()org.bouncycastle.util.Store<X509CertificateHolder>getStore()booleanisCompleted()
-
-
-
Constructor Detail
-
EnrollmentResponse
public EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session)
-
-
Method Detail
-
canRetry
public boolean canRetry()
-
getStore
public org.bouncycastle.util.Store<X509CertificateHolder> getStore()
-
getNotBefore
public long getNotBefore()
-
getRequestToRetry
public ESTRequest getRequestToRetry()
-
getSession
public java.lang.Object getSession()
-
getSource
public Source getSource()
-
isCompleted
public boolean isCompleted()
-
-