Gck.Session.prototype.generate_key_pair_finish
function generate_key_pair_finish(result: Gio.AsyncResult): [ok: Boolean, public_key: Gck.Object, private_key: Gck.Object] { // Gjs wrapper for gck_session_generate_key_pair_finish() }
Get the result of a generate key pair operation.
- result
The async result passed to the callback.
- ok
TRUE if the operation succeeded.
- public_key
a location to return the resulting public key
- private_key
a location to return the resulting private key