Javax.Crypto.MacSpi.EngineDoFinal Method
Computes the digest of this MAC based on the data previously specified in MacSpi.EngineUpdate(sbyte) calls.

Syntax

[Android.Runtime.Register("engineDoFinal", "()[B", "GetEngineDoFinalHandler")]
protected abstract byte[] EngineDoFinal ()

Returns

Documentation for this section has not yet been entered.

Remarks

Computes the digest of this MAC based on the data previously specified in MacSpi.EngineUpdate(sbyte) calls.

This MacSpi instance is reverted to its initial state and can be used to start the next MAC computation with the same parameters or initialized with different parameters.

[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