Package | Description |
---|---|
org.bouncycastle.openpgp.operator.bc |
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)
Determine whether or not the resulting encrypted data will be protected using an integrity packet.
|