Package | Description |
---|---|
org.bouncycastle.openpgp.operator.bc |
BC lightweight operators for dealing with OpenPGP objects.
|
Modifier and Type | Method and Description |
---|---|
BcPGPDataEncryptorBuilder |
BcPGPDataEncryptorBuilder.setSecureRandom(java.security.SecureRandom random)
Provide a user defined source of randomness.
|
BcPGPDataEncryptorBuilder |
BcPGPDataEncryptorBuilder.setWithIntegrityPacket(boolean withIntegrityPacket)
Sets whether or not the resulting encrypted data will be protected using an integrity packet.
|