public class EnrollmentResponse
extends java.lang.Object
Constructor and Description |
---|
EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store,
long notBefore,
ESTRequest requestToRetry,
Source session) |
EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store,
long notBefore,
ESTRequest requestToRetry,
Source session,
org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRetry() |
long |
getNotBefore() |
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
getPrivateKeyInfo() |
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 EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
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()
public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()