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

Syntax

[Android.Runtime.Register("engineUpdate", "(Ljava/nio/ByteBuffer;)V", "GetEngineUpdate_Ljava_nio_ByteBuffer_Handler")]
protected virtual void EngineUpdate (Java.Nio.ByteBuffer input)

Parameters

input
the ByteBuffer to update with.

Exceptions

TypeReason
Java.Lang.RuntimeExceptionsince SignatureException is not specified for this method it throws a RuntimeException if underlying SignatureSpi.EngineUpdate(Byte[], System.Int32, System.Int32) throws SignatureException.

Remarks

Updates the data to be verified or to be signed, using the specified ByteBuffer.

[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