Gio.TlsClientConnection
const Gio = imports.gi.Gio; let tls_client_connection = new Gio.TlsClientConnection({ server_identity: value, use_ssl3: value, validation_flags: value, });
Gio.TlsClientConnection is the client-side subclass of Gio.TlsConnection, representing a client-side TLS connection.
Since 2.28
Prerequisites
TlsClientConnection requires Gio.TlsConnection
Known Implementations
None
Methods
- Gio.TlsClientConnection.prototype.get_accepted_cas
- Gio.TlsClientConnection.prototype.get_server_identity
- Gio.TlsClientConnection.prototype.get_use_ssl3
- Gio.TlsClientConnection.prototype.get_validation_flags
- Gio.TlsClientConnection.prototype.set_server_identity
- Gio.TlsClientConnection.prototype.set_use_ssl3
- Gio.TlsClientConnection.prototype.set_validation_flags