Interface InputAEADDecryptor<T extends Parameters>

Type Parameters:
T - the parameters type for the decryptor.
All Superinterfaces:
AADProcessor, InputDecryptor<T>
All Known Implementing Classes:
FipsInputAEADDecryptor

public interface InputAEADDecryptor<T extends Parameters> extends InputDecryptor<T>, AADProcessor
Base interface for an input consuming AEAD Decryptor supporting associated text.