Gck.Session.prototype.encrypt_finish

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

Get the result of an encryption operation.

result

The result object passed to the callback.

return_value

the data that was encrypted, or null if an error occurred.

n_result

A location to store the length of the result data.