Gio.TlsBackendInterface

Fields

Name

Type

Access

Description

g_iface

GObject.TypeInterface

r

The parent interface.

get_certificate_type

object

r

returns the Gio.TlsCertificate implementation type

get_client_connection_type

object

r

returns the Gio.TlsClientConnection implementation type

get_default_database

object

r

returns a default Gio.TlsDatabase instance.

get_dtls_client_connection_type

object

r

returns the Gio.DtlsClientConnection implementation type

get_dtls_server_connection_type

object

r

returns the Gio.DtlsServerConnection implementation type

get_file_database_type

object

r

returns the Gio.TlsFileDatabase implementation type.

get_server_connection_type

object

r

returns the Gio.TlsServerConnection implementation type

supports_dtls

object

r

returns whether the backend supports DTLS

supports_tls

object

r

returns whether the backend supports TLS.

Methods

None

Details

class Gio.TlsBackendInterface

Provides an interface for describing TLS-related types.

New in version 2.28.