Java.Security.MessageDigest.Update Method
Updates this MessageDigest using the given byte[].

Syntax

[Android.Runtime.Register("update", "([BII)V", "GetUpdate_arrayBIIHandler")]
public virtual void Update (byte[] input, int offset, int len)

Parameters

input
the byte array
offset
the index of the first byte in input to update from
len
the number of bytes in input to update from

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif offset or len are not valid in respect to input

Remarks

Updates this MessageDigest using the given byte[].

[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