Interface OutputAEADEncryptor<T extends Parameters>
- Type Parameters:
T- the parameters type for the encryptor.
- All Superinterfaces:
AADProcessor, OutputCipher<T>, OutputEncryptor<T>
- All Known Implementing Classes:
FipsOutputAEADEncryptor
Base interface for an output producing AEAD Encryptor supporting associated text.
-
Method Summary
Methods inherited from interface AADProcessor
getAADStream, getMACMethods inherited from interface OutputCipher
getMaxOutputSize, getParameters, getUpdateOutputSizeMethods inherited from interface OutputEncryptor
getEncryptingStream