Package org.bouncycastle.crypto
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 org.bouncycastle.crypto.AADProcessor
getAADStream, getMACMethods inherited from interface org.bouncycastle.crypto.OutputCipher
getMaxOutputSize, getParameters, getUpdateOutputSizeMethods inherited from interface org.bouncycastle.crypto.OutputEncryptor
getEncryptingStream