public class EnrollmentResponse extends Object
Constructor and Description |
---|
EnrollmentResponse(Store<X509CertificateHolder> store,
long notBefore,
ESTRequest requestToRetry,
Source session) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRetry() |
long |
getNotBefore() |
ESTRequest |
getRequestToRetry() |
Object |
getSession() |
Source |
getSource() |
Store<X509CertificateHolder> |
getStore() |
boolean |
isCompleted() |
public EnrollmentResponse(Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session)
public boolean canRetry()
public Store<X509CertificateHolder> getStore()
public long getNotBefore()
public ESTRequest getRequestToRetry()
public Object getSession()
public Source getSource()
public boolean isCompleted()
Copyright © 2018 BouncyCastle.org. All rights reserved.