IAeadCipherProcessAadByte Method

Add a single byte to the associated data check.

Definition

Namespace: Org.BouncyCastle.Crypto.Modes
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
void ProcessAadByte(
	byte input
)

Parameters

input  Byte
The byte to be processed.

Remarks

If the implementation supports it, this will be an online operation and will not retain the associated data.

See Also