Gcr.Pkcs11Certificate.lookup_issuer_finish

function lookup_issuer_finish(result: Gio.AsyncResult): Gcr.Certificate {
    // Gjs wrapper for gcr_pkcs11_certificate_lookup_issuer_finish()
}
  

Finishes an asynchronous operation started by Gcr.Pkcs11Certificate.lookup_issuer_async.

Will return null if no issuer certificate is found. Use @error to determine if an error occurred.

result

the Gio.AsyncResult passed to the callback

Returns

a new Gcr.Pkcs11Certificate, or null