Package | Description |
---|---|
org.bouncycastle.est |
A package for processing messages for RFC 7030 "Enrollment over Secure Transport".
|
Modifier and Type | Class and Description |
---|---|
class |
HttpAuth
Provides stock implementations for basic auth and digest auth.
|
Modifier and Type | Method and Description |
---|---|
EnrollmentResponse |
ESTService.simpleEnroll(boolean reenroll,
PKCS10CertificationRequest certificationRequest,
ESTAuth auth)
Perform a simple enrollment operation.
|
EnrollmentResponse |
ESTService.simpleEnrollPoP(boolean reEnroll,
PKCS10CertificationRequestBuilder builder,
ContentSigner contentSigner,
ESTAuth auth)
Implements Enroll with PoP.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.