Package | Description |
---|---|
org.bouncycastle.openpgp.operator |
Interfaces and abstract classes to provide the framework to support operations on the OpenPGP high level classes.
|
org.bouncycastle.openpgp.operator.bc |
BC lightweight operators for dealing with OpenPGP objects.
|
org.bouncycastle.openpgp.operator.jcajce |
JCA/JCE based operators for dealing with OpenPGP objects.
|
Constructor and Description |
---|
PBEDataDecryptorFactory(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider)
Construct a PBE data decryptor factory.
|
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()
Constructs a new PGPDigestCalculatorProvider
|
Constructor and Description |
---|
JcePBEDataDecryptorFactoryBuilder(PGPDigestCalculatorProvider calculatorProvider)
Base constructor.
|
JcePBEProtectionRemoverFactory(char[] passPhrase,
PGPDigestCalculatorProvider calculatorProvider) |
JcePBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider) |