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
public interface OutputAEADEncryptor<T extends Parameters> extends OutputEncryptor<T>, AADProcessor
Base interface for an output producing AEAD Encryptor supporting associated text.
-
-
Method Summary
-
Methods inherited from interface org.bouncycastle.crypto.AADProcessor
getAADStream, getMAC
-
Methods inherited from interface org.bouncycastle.crypto.OutputCipher
getMaxOutputSize, getParameters, getUpdateOutputSize
-
Methods inherited from interface org.bouncycastle.crypto.OutputEncryptor
getEncryptingStream
-
-