Package | Description |
---|---|
org.bouncycastle.est |
A package for processing messages for RFC 7030 "Enrollment over Secure Transport".
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
EnrollmentResponse |
ESTService.simpleEnroll(EnrollmentResponse priorResponse)
Reissue an existing request where the server had previously returned a 202.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.