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.simpleEnrollPoP(boolean reEnroll,
PKCS10CertificationRequestBuilder builder,
ContentSigner contentSigner,
ESTAuth auth)
Implements Enroll with PoP.
|
Modifier and Type | Method and Description |
---|---|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.addAttribute(ASN1ObjectIdentifier attrType,
ASN1Encodable attrValue)
Add an attribute to the certification request we are building.
|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.addAttribute(ASN1ObjectIdentifier attrType,
ASN1Encodable[] attrValues)
Add an attribute with multiple values to the certification request we are building.
|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.setAttribute(ASN1ObjectIdentifier attrType,
ASN1Encodable attrValue)
Set an attribute to the certification request we are building.
|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.setAttribute(ASN1ObjectIdentifier attrType,
ASN1Encodable[] attrValue)
Add an attribute with multiple values to the certification request we are building.
|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.setLeaveOffEmptyAttributes(boolean leaveOffEmpty)
The attributes field in PKCS10 should encoded to an empty tagged set if there are
no attributes.
|
Constructor and Description |
---|
PKCS10CertificationRequestBuilder(PKCS10CertificationRequestBuilder original) |
Modifier and Type | Class and Description |
---|---|
class |
BcPKCS10CertificationRequestBuilder
Extension of the PKCS#10 builder to support AsymmetricKey objects.
|
Modifier and Type | Class and Description |
---|---|
class |
JcaPKCS10CertificationRequestBuilder
Extension of the PKCS#10 builder to support PublicKey and X500Principal objects.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.