Javax.Crypto.Mac.Update Method
Updates this Mac instance with the specified byte.

Syntax

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

Parameters

input
the byte

Exceptions

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

Remarks

Updates this Mac instance with the specified byte.

[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