Package org.bouncycastle.est
Class EnrollmentResponse
- java.lang.Object
-
- org.bouncycastle.est.EnrollmentResponse
-
public class EnrollmentResponse extends java.lang.Object
Holder 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 boolean
canRetry()
long
getNotBefore()
ESTRequest
getRequestToRetry()
java.lang.Object
getSession()
Source
getSource()
org.bouncycastle.util.Store<X509CertificateHolder>
getStore()
boolean
isCompleted()
-
-
-
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()
-
-