Uses of Class
org.bouncycastle.est.EnrollmentResponse
Packages that use EnrollmentResponse
-
Uses of EnrollmentResponse in org.bouncycastle.est
Methods in org.bouncycastle.est that return EnrollmentResponseModifier and TypeMethodDescriptionprotected EnrollmentResponseESTService.enroll(boolean reenroll, PKCS10CertificationRequest certificationRequest, ESTAuth auth, boolean certGen) Perform a simple enrollment operation.ESTService.enrollPop(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth, boolean certGen) Implements Enroll with PoP.protected EnrollmentResponseESTService.handleEnrollResponse(ESTResponse resp) Handles an enrollment response, deals with status codes and setting of delays.ESTService.simpleEnroll(boolean reenroll, PKCS10CertificationRequest certificationRequest, ESTAuth auth) Perform a simple enrollment operation.ESTService.simpleEnroll(EnrollmentResponse priorResponse) Reissue an existing request where the server had previously returned a 202.ESTService.simpleEnrollPoP(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth) Implements Enroll with PoP.ESTService.simpleEnrollPopWithServersideCreation(PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth) Simple enrollment with PoP and server side creation of keys.ESTService.simpleEnrollWithServersideCreation(PKCS10CertificationRequest certificationRequest, ESTAuth auth) Perform a simple enrollment operation.Methods in org.bouncycastle.est with parameters of type EnrollmentResponseModifier and TypeMethodDescriptionESTService.simpleEnroll(EnrollmentResponse priorResponse) Reissue an existing request where the server had previously returned a 202.