Uses of Class
org.bouncycastle.openpgp.operator.bc.BcPGPDataEncryptorBuilder
-
Packages that use BcPGPDataEncryptorBuilder Package Description org.bouncycastle.openpgp.operator.bc BC lightweight operators for dealing with OpenPGP objects. -
-
Uses of BcPGPDataEncryptorBuilder in org.bouncycastle.openpgp.operator.bc
Methods in org.bouncycastle.openpgp.operator.bc that return BcPGPDataEncryptorBuilder Modifier and Type Method Description BcPGPDataEncryptorBuilder
BcPGPDataEncryptorBuilder. setSecureRandom(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.
-