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 |
---|---|
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 © 2017 BouncyCastle.org. All rights reserved.