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 | Method and Description |
---|---|
PGPDataDecryptor |
PGPDataDecryptorFactory.createDataDecryptor(boolean withIntegrityPacket,
int encAlgorithm,
byte[] key)
Constructs a data decryptor.
|
Modifier and Type | Method and Description |
---|---|
PGPDataDecryptor |
BcPublicKeyDataDecryptorFactory.createDataDecryptor(boolean withIntegrityPacket,
int encAlgorithm,
byte[] key) |
PGPDataDecryptor |
BcPBEDataDecryptorFactory.createDataDecryptor(boolean withIntegrityPacket,
int encAlgorithm,
byte[] key) |