Uses of Interface
org.bouncycastle.openpgp.operator.PGPDataEncryptorBuilder
-
Packages that use PGPDataEncryptorBuilder Package Description org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects.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.org.bouncycastle.openpgp.operator.jcajce JCA/JCE based operators for dealing with OpenPGP objects. -
-
Uses of PGPDataEncryptorBuilder in org.bouncycastle.openpgp
Constructors in org.bouncycastle.openpgp with parameters of type PGPDataEncryptorBuilder Constructor Description PGPEncryptedDataGenerator(PGPDataEncryptorBuilder encryptorBuilder)
Base constructor.PGPEncryptedDataGenerator(PGPDataEncryptorBuilder encryptorBuilder, boolean oldFormat)
Base constructor with the option to turn on formatting for PGP 2.6.x compatibility. -
Uses of PGPDataEncryptorBuilder in org.bouncycastle.openpgp.operator
Methods in org.bouncycastle.openpgp.operator that return PGPDataEncryptorBuilder Modifier and Type Method Description PGPDataEncryptorBuilder
PGPDataEncryptorBuilder. setWithIntegrityPacket(boolean withIntegrityPacket)
Sets whether or not the resulting encrypted data will be protected using an integrity packet. -
Uses of PGPDataEncryptorBuilder in org.bouncycastle.openpgp.operator.bc
Classes in org.bouncycastle.openpgp.operator.bc that implement PGPDataEncryptorBuilder Modifier and Type Class Description class
BcPGPDataEncryptorBuilder
PGPDataEncryptorBuilder
implementation that uses the Bouncy Castle lightweight API to implement cryptographic primitives. -
Uses of PGPDataEncryptorBuilder in org.bouncycastle.openpgp.operator.jcajce
Classes in org.bouncycastle.openpgp.operator.jcajce that implement PGPDataEncryptorBuilder Modifier and Type Class Description class
JcePGPDataEncryptorBuilder
PGPDataEncryptorBuilder
implementation that sources cryptographic primitives using the JCE APIs.
-