Package | Description |
---|---|
org.bouncycastle.est |
A package for processing messages for RFC 7030 "Enrollment over Secure Transport".
|
org.bouncycastle.pkcs |
Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.
|
org.bouncycastle.pkcs.bc |
BC lightweight API extensions and operators for the PKCS#10 certification request package.
|
org.bouncycastle.pkcs.jcajce |
JCA extensions and operators for the PKCS#10 certification request package.
|
Modifier and Type | Method and Description |
---|---|
EnrollmentResponse |
ESTService.simpleEnroll(boolean reenroll,
PKCS10CertificationRequest certificationRequest,
ESTAuth auth)
Perform a simple enrollment operation.
|
Modifier and Type | Method and Description |
---|---|
PKCS10CertificationRequest |
PKCS10CertificationRequestBuilder.build(ContentSigner signer)
Generate an PKCS#10 request based on the past in signer.
|
Modifier and Type | Class and Description |
---|---|
class |
BcPKCS10CertificationRequest |
Constructor and Description |
---|
BcPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder) |
Modifier and Type | Class and Description |
---|---|
class |
JcaPKCS10CertificationRequest |
Constructor and Description |
---|
JcaPKCS10CertificationRequest(PKCS10CertificationRequest requestHolder) |
Copyright © 2020 BouncyCastle.org. All rights reserved.