Package | Description |
---|---|
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 | |
org.bouncycastle.pkcs.jcajce |
JCA extensions to the PKCS#10 certification request package.
|
Modifier and Type | Method and Description |
---|---|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.addAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType,
org.bouncycastle.asn1.ASN1Encodable attrValue)
Add an attribute to the certification request we are building.
|
PKCS10CertificationRequestBuilder |
PKCS10CertificationRequestBuilder.addAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType,
org.bouncycastle.asn1.ASN1Encodable[] attrValues)
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.
|
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 © 2017 BouncyCastle.org. All rights reserved.