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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PublicKeyDataDecryptorFactory |
Modifier and Type | Class and Description |
---|---|
class |
PBEDataDecryptorFactory
A factory for performing PBE decryption operations.
|
Modifier and Type | Class and Description |
---|---|
class |
BcPBEDataDecryptorFactory
A
PBEDataDecryptorFactory for handling PBE decryption operations using the Bouncy Castle
lightweight API to implement cryptographic primitives. |
class |
BcPublicKeyDataDecryptorFactory
A decryptor factory for handling public key decryption operations.
|