Java.Security.SignatureSpi.EngineVerify Method
Indicates whether the given sigBytes can be verified using the public key or a certificate of the signer.

Syntax

[Android.Runtime.Register("engineVerify", "([B)Z", "GetEngineVerify_arrayBHandler")]
protected abstract bool EngineVerify (byte[] sigBytes)

Parameters

sigBytes
the signature to verify.

Returns

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Indicates whether the given sigBytes can be verified using the public key or a certificate of the signer.

This SignatureSpi instance is reset to the state of its last initialization for verifying and thus can be used to verify another signature of the same signer.

[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