Gck.Session.prototype.verify_async
function verify_async(key: Gck.Object, mechanism: Gck.Mechanism, input: ByteArray, signature: ByteArray, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { // Gjs wrapper for gck_session_verify_async() }
Verify data in a mechanism specific manner. This call returns immediately and completes asynchronously.
- key
The key to verify with.
- mechanism
The mechanism type and parameters to use for signing.
- input
data to verify
- signature
the signature
- cancellable
A GCancellable which can be used to cancel the operation.
- callback
Called when the operation completes.