Javax.Crypto.MacSpi.EngineUpdate Method
Updates this MacSpi instance with the data from the specified buffer, starting at Java.Nio.Buffer.Position, including the next Java.Nio.Buffer.Remaining bytes.

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

Remarks

Updates this MacSpi instance with the data from the specified buffer, starting at Java.Nio.Buffer.Position, including the next Java.Nio.Buffer.Remaining bytes.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1