public class EnrollmentResponse
extends java.lang.Object
Constructor | Description |
---|---|
EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store,
long notBefore,
ESTRequest requestToRetry,
Source session) |
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() |
public EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session)
public boolean canRetry()
public org.bouncycastle.util.Store<X509CertificateHolder> getStore()
public long getNotBefore()
public ESTRequest getRequestToRetry()
public java.lang.Object getSession()
public Source getSource()
public boolean isCompleted()