Class FipsOutputAEADEncryptor<T extends FipsParameters>

java.lang.Object
org.bouncycastle.crypto.fips.FipsOutputEncryptor<T>
org.bouncycastle.crypto.fips.FipsOutputAEADEncryptor<T>
Type Parameters:
T - the parameters type associated with the final implementation of this key encryptor.
All Implemented Interfaces:
AADProcessor, OutputAEADEncryptor<T>, OutputCipher<T>, OutputEncryptor<T>

public abstract class FipsOutputAEADEncryptor<T extends FipsParameters> extends FipsOutputEncryptor<T> implements OutputAEADEncryptor<T>
Base class for the approved mode OutputAEADEncryptor implementations.