Gio.TlsBackend

const Gio = imports.gi.Gio;

let tls_backend = new Gio.TlsBackend();
  

TLS (Transport Layer Security, aka SSL) backend. This is an internal type used to coordinate the different classes implemented by a TLS backend.

Since 2.28

Prerequisites

TlsBackend requires GObject.Object

Known Implementations

None