IAeadCipherProcessAadBytes(Byte, Int32, Int32) Method
Add a sequence of bytes to the associated data check.
Namespace: Org.BouncyCastle.Crypto.ModesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
void ProcessAadBytes(
byte[] inBytes,
int inOff,
int len
)
function ProcessAadBytes(inBytes, inOff, len);
Parameters
- inBytes Byte
- The input byte array.
- inOff Int32
- The offset into the input array where the data to be processed starts.
- len Int32
- The number of bytes to be processed.
If the implementation supports it, this will be an online operation and will not retain the associated data.