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.operator.jcajce |
Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE.
|
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 |
---|---|
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 |
---|---|
InputDecryptorProvider |
JceInputDecryptorProviderBuilder.build(byte[] keyBytes)
Build a decryptor provider which will use the passed in bytes for the symmetric key.
|
Modifier and Type | Method and Description |
---|---|
PrivateKeyInfo |
PKCS8EncryptedPrivateKeyInfo.decryptPrivateKeyInfo(InputDecryptorProvider inputDecryptorProvider) |
Constructor and Description |
---|
PKCS12SafeBagFactory(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) |
Copyright © 2018 BouncyCastle.org. All rights reserved.