Javax.Crypto.MacSpi.EngineUpdate Method
Updates this MacSpi instance with the data from the specified buffer input from the specified offset and length len.

Syntax

[Android.Runtime.Register("engineUpdate", "([BII)V", "GetEngineUpdate_arrayBIIHandler")]
protected abstract void EngineUpdate (byte[] input, int offset, int len)

Parameters

input
the buffer.
offset
the offset in the buffer.
len
the length of the data in the buffer.

Remarks

Updates this MacSpi instance with the data from the specified buffer input from the specified offset and length len.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1