Java.Security.MessageDigestSpi.EngineUpdate Method
Updates this MessageDigestSpi using the given byte[].

Syntax

[Android.Runtime.Register("engineUpdate", "([BII)V", "GetEngineUpdate_arrayBIIHandler")]
protected abstract void EngineUpdate (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 MessageDigestSpi 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