| Package | Description |
|---|---|
| org.bouncycastle.openpgp.operator | |
| org.bouncycastle.openpgp.operator.bc | |
| org.bouncycastle.openpgp.operator.jcajce |
| Constructor and Description |
|---|
PBEDataDecryptorFactory(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider) |
PBESecretKeyDecryptor(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
BcPGPDigestCalculatorProvider |
| Constructor and Description |
|---|
BcPBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider) |
| Modifier and Type | Method and Description |
|---|---|
PGPDigestCalculatorProvider |
JcaPGPDigestCalculatorProviderBuilder.build() |
| Constructor and Description |
|---|
JcePBEDataDecryptorFactoryBuilder(PGPDigestCalculatorProvider calculatorProvider)
Base constructor.
|
JcePBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider) |