Java.Security.Signature.InitVerify Method
Initializes this Signature instance for signature verification, using the public key of the identity whose signature is going to be verified.

Syntax

[Android.Runtime.Register("initVerify", "(Ljava/security/PublicKey;)V", "")]
public void InitVerify (IPublicKey publicKey)

Parameters

publicKey
the public key.

Exceptions

TypeReason
Java.Security.InvalidKeyExceptionif publicKey is not valid.

Remarks

Initializes this Signature instance for signature verification, using the public key of the identity whose signature is going to be verified.

[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