Interface PGPAEADDataEncryptor
-
- All Superinterfaces:
PGPDataEncryptor
public interface PGPAEADDataEncryptor extends PGPDataEncryptor
A data encryptor, using AEADPGPAEADDataEncryptor
instances are generally not constructed directly, but obtained from aPGPDataEncryptorBuilder
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAEADAlgorithm()
int
getChunkSize()
byte[]
getIV()
-
Methods inherited from interface org.bouncycastle.openpgp.operator.PGPDataEncryptor
getBlockSize, getIntegrityCalculator, getOutputStream
-
-