TlsAeadCipherImpl
Base interface for services supporting AEAD encryption/decryption.
Perform the cipher encryption/decryption returning the output in output.
int DoFinal(byte[] additionalData, byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset)
Perform the cipher encryption/decryption returning the output in output.
Return the maximum size of the output for input of inputLength bytes.
Initialise the parameters for the AEAD operator.
void Reset()
Set the key to be used by the AEAD cipher implementation supporting this service.