Java.Security.SignatureSpi.EngineInitSign Method
Initializes this SignatureSpi instance for signing, using the private key of the identity whose signature is going to be generated.

Syntax

[Android.Runtime.Register("engineInitSign", "(Ljava/security/PrivateKey;)V", "GetEngineInitSign_Ljava_security_PrivateKey_Handler")]
protected abstract void EngineInitSign (IPrivateKey privateKey)

Parameters

privateKey
the private key.

Exceptions

TypeReason
Java.Security.InvalidKeyExceptionif privateKey is not valid.

Remarks

Initializes this SignatureSpi instance for signing, using the private key of the identity whose signature is going to be generated.

[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