Javax.Crypto.Mac.Update Method
Copies the buffer provided as input for further processing.

Syntax

[Android.Runtime.Register("update", "([B)V", "")]
public void Update (byte[] input)

Parameters

input
the buffer.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this MAC is not initialized.

Remarks

Copies the buffer provided as input for further processing.

[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