Uses of Class
org.bouncycastle.est.EnrollmentResponse
-
Packages that use EnrollmentResponse Package Description org.bouncycastle.est A package for processing messages for RFC 7030 "Enrollment over Secure Transport". -
-
Uses of EnrollmentResponse in org.bouncycastle.est
Methods in org.bouncycastle.est that return EnrollmentResponse Modifier and Type Method Description protected EnrollmentResponse
ESTService. handleEnrollResponse(ESTResponse resp)
Handles the enroll response, deals with status codes and setting of delays.EnrollmentResponse
ESTService. simpleEnroll(boolean reenroll, PKCS10CertificationRequest certificationRequest, ESTAuth auth)
Perform a simple enrollment operation.EnrollmentResponse
ESTService. simpleEnroll(EnrollmentResponse priorResponse)
Reissue an existing request where the server had previously returned a 202.EnrollmentResponse
ESTService. simpleEnrollPoP(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth)
Implements Enroll with PoP.Methods in org.bouncycastle.est with parameters of type EnrollmentResponse Modifier and Type Method Description EnrollmentResponse
ESTService. simpleEnroll(EnrollmentResponse priorResponse)
Reissue an existing request where the server had previously returned a 202.
-