Java.Security.MessageDigest.Update Method
Updates this MessageDigest using the given input.

Syntax

[Android.Runtime.Register("update", "(Ljava/nio/ByteBuffer;)V", "")]
public void Update (Java.Nio.ByteBuffer input)

Parameters

input
the ByteBuffer

Remarks

Updates this MessageDigest using the given input.

[Android Documentation]

Requirements

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