Gck.Session.prototype.wrap_key_finish

function wrap_key_finish(result: Gio.AsyncResult): [return_value: ByteArray, n_result: Number(gsize)] {
    // Gjs wrapper for gck_session_wrap_key_finish()
}
  

Get the result of a wrap key operation.

result

The async result passed to the callback.

return_value

the wrapped data or null if the operation failed

n_result

A location in which to return the length of the wrapped data.