Package org.bouncycastle.est
Class EnrollmentResponse
java.lang.Object
org.bouncycastle.est.EnrollmentResponse
Holder class for a response containing the details making up a /simpleenroll response.
-
Constructor Summary
ConstructorDescriptionEnrollmentResponse
(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) -
Method Summary
Modifier and TypeMethodDescriptionboolean
canRetry()
long
org.bouncycastle.asn1.pkcs.PrivateKeyInfo
org.bouncycastle.util.Store
<X509CertificateHolder> getStore()
boolean
-
Constructor Details
-
EnrollmentResponse
public EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session) -
EnrollmentResponse
public EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session, org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
-
-
Method Details
-
canRetry
public boolean canRetry() -
getStore
-
getNotBefore
public long getNotBefore() -
getRequestToRetry
-
getSession
-
getSource
-
isCompleted
public boolean isCompleted() -
getPrivateKeyInfo
public org.bouncycastle.asn1.pkcs.PrivateKeyInfo getPrivateKeyInfo()
-