Java.Security.SignatureSpi.EngineUpdate Method
Updates the data to be verified or to be signed, using the given byte[], starting form the specified index for the specified length.

Syntax

[Android.Runtime.Register("engineUpdate", "([BII)V", "GetEngineUpdate_arrayBIIHandler")]
protected abstract void EngineUpdate (byte[] b, int off, int len)

Parameters

b
the byte array to update with.
off
the start index in b of the data.
len
the number of bytes to use.

Exceptions

TypeReason
Java.Security.SignatureExceptionif this SignatureSpi instance is not initialized properly.

Remarks

Updates the data to be verified or to be signed, using the given byte[], starting form the specified index for the specified length.

[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