| Package | Description |
|---|---|
| org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
| org.bouncycastle.openssl.jcajce | |
| 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 |
|---|---|
byte[] |
CMSEncryptedData.getContent(InputDecryptorProvider inputDecryptorProvider) |
CMSTypedStream |
CMSEncryptedData.getContentStream(InputDecryptorProvider inputDecryptorProvider) |
| Modifier and Type | Method and Description |
|---|---|
InputDecryptorProvider |
JceOpenSSLPKCS8DecryptorProviderBuilder.build(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
PKCS8EncryptedPrivateKeyInfo.decryptPrivateKeyInfo(InputDecryptorProvider inputDecryptorProvider) |
| Constructor and Description |
|---|
PKCS12SafeBagFactory(org.bouncycastle.asn1.pkcs.ContentInfo info,
InputDecryptorProvider inputDecryptorProvider) |
| Modifier and Type | Method and Description |
|---|---|
InputDecryptorProvider |
BcPKCS12PBEInputDecryptorProviderBuilder.build(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
InputDecryptorProvider |
JcePKCSPBEInputDecryptorProviderBuilder.build(char[] password) |