Gio.TlsDatabase

const Gio = imports.gi.Gio;

let tlsDatabase = new Gio.TlsDatabase();
  

Gio.TlsDatabase is used to lookup certificates and other information from a certificate or key store. It is an abstract base class which TLS library specific subtypes override.

Most common client applications will not directly interact with Gio.TlsDatabase. It is used internally by Gio.TlsConnection.

Since 2.30

Hierarchy

  • GObject.Object
    • Gio.TlsDatabase