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

public interface OutputAEADEncryptor<T extends Parameters> extends OutputEncryptor<T>, AADProcessor
Base interface for an output producing AEAD Encryptor supporting associated text.