TlsFileDatabase

gio.tls_file_database.TlsFileDatabase is implemented by gio.tls_database.TlsDatabase objects which load their certificate information from a file. It is an interface which TLS library specific subtypes implement.

Members

Static functions

new_
gio.tls_file_database.TlsFileDatabase new_(string anchors)

Creates a new #GTlsFileDatabase which uses anchor certificate authorities in anchors to verify certificate chains.