Java.Security.Signature.Update Method
Updates the data to be verified or to be signed, using the specified byte[].

Syntax

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

Parameters

data
the byte array to update with.

Exceptions

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

Remarks

Updates the data to be verified or to be signed, using the specified 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