GTlsDatabase

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

A gio.tls_database.TlsDatabase may be accessed from multiple threads by the TLS backend. All implementations are required to be fully thread-safe.

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

Members

Variables

parentInstance
ObjectC parentInstance;
priv
GTlsDatabasePrivate* priv;