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

Syntax

[Android.Runtime.Register("update", "([BII)V", "")]
public void Update (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.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this MAC is not initialized.
Java.Lang.IllegalArgumentExceptionif offset and len do not specified a valid chunk in input buffer.

Remarks

Updates this Mac 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