Interface PGPAEADDataEncryptor
- All Superinterfaces:
PGPDataEncryptor
A data encryptor, using AEAD
PGPAEADDataEncryptor
instances are generally not constructed directly, but obtained from a
PGPDataEncryptorBuilder
.
-
Method Summary
Methods inherited from interface org.bouncycastle.openpgp.operator.PGPDataEncryptor
getBlockSize, getIntegrityCalculator, getOutputStream
-
Method Details
-
getAEADAlgorithm
int getAEADAlgorithm() -
getChunkSize
int getChunkSize() -
getIV
byte[] getIV()
-