gio.tls_file_database
Module for [TlsFileDatabase] interface
Types 2
interfaceTlsFileDatabase
[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.
Methods
string anchors() @propertyGet `anchors` property. Returns: The path to a file containing PEM encoded certificate authority root anchors. The certificates in this file will be treated as root authorities for the purpose of v...void anchors(string propval) @propertySet `anchors` property. Params: propval = The path to a file containing PEM encoded certificate authority root anchors. The certificates in this file will be treated as root authorities for the pur...gio.tls_file_database.TlsFileDatabase new_(string anchors)Creates a new #GTlsFileDatabase which uses anchor certificate authorities in anchors to verify certificate chains.interfaceTlsFileDatabaseGidBuilderImpl(T)
Methods
T anchors(string propval)Set `anchors` property. Params: propval = The path to a file containing PEM encoded certificate authority root anchors. The certificates in this file will be treated as root authorities for the pur...