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

Syntax

[Android.Runtime.Register("update", "(Ljava/nio/ByteBuffer;)V", "")]
public void Update (Java.Nio.ByteBuffer data)

Parameters

data
the ByteBuffer 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 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