SignatureSpi.EngineInitVerify(IPublicKey) Method

Definition

Initializes this signature object with the specified public key for verification operations.

[Android.Runtime.Register("engineInitVerify", "(Ljava/security/PublicKey;)V", "GetEngineInitVerify_Ljava_security_PublicKey_Handler")]
protected abstract void EngineInitVerify (Java.Security.IPublicKey? publicKey);
[<Android.Runtime.Register("engineInitVerify", "(Ljava/security/PublicKey;)V", "GetEngineInitVerify_Ljava_security_PublicKey_Handler")>]
abstract member EngineInitVerify : Java.Security.IPublicKey -> unit

Parameters

publicKey
IPublicKey

the public key of the identity whose signature is going to be verified.

Attributes

Exceptions

if publicKey is not valid.

Remarks

Initializes this signature object with the specified public key for verification operations.

Java documentation for java.security.SignatureSpi.engineInitVerify(java.security.PublicKey).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to