Java.Security.SignatureSpi.EngineUpdate Method
Updates the data to be verified or to be signed, using the specified byte.

Syntax

[Android.Runtime.Register("engineUpdate", "(B)V", "GetEngineUpdate_BHandler")]
protected abstract void EngineUpdate (sbyte b)

Parameters

b
the byte to update with.

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 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