Java.Security.SignatureSpi.EngineSign Method
Generates and returns the signature of all updated data.

Syntax

[Android.Runtime.Register("engineSign", "()[B", "GetEngineSignHandler")]
protected abstract byte[] EngineSign ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.SignatureExceptionif this SignatureSpi instance is not initialized properly.

Remarks

Generates and returns the signature of all updated data.

This SignatureSpi instance is reset to the state of its last initialization for signing and thus can be used for another signature from the same identity.

[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