| Package | Description |
|---|---|
| org.bouncycastle.est | |
| org.bouncycastle.pkcs | |
| org.bouncycastle.pkcs.bc | |
| org.bouncycastle.pkcs.jcajce |
| 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 © 2015–2021 The veraPDF Consortium. All rights reserved.