Java org.bouncycastle.openpgp.operator.bc BcPGPDataEncryptorBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp.operator.bc BcPGPDataEncryptorBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.openpgp.operator.bc BcPGPDataEncryptorBuilder.

The text is from its open source code.

Constructor

BcPGPDataEncryptorBuilder(int encAlgorithm)
Constructs a new data encryptor builder for a specified cipher type.

Method

BcPGPDataEncryptorBuildersetSecureRandom(SecureRandom random)
Provide a user defined source of randomness.
BcPGPDataEncryptorBuildersetWithIntegrityPacket(boolean withIntegrityPacket)
Sets whether or not the resulting encrypted data will be protected using an integrity packet.