c
Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.TlsCertificateFlags

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GTlsCertificateFlags
Enum : TlsCertificateFlags
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.SocketClient
Property
tls_validation_flags : Gio.TlsCertificateFlags
Gio.SocketClient
Method
get_tls_validation_flags () : Gio.TlsCertificateFlags
Gio.SocketClient
Method
set_tls_validation_flags (TlsCertificateFlags flags) : none
Gio.TlsCertificate
Method
verify (SocketConnectable identity, TlsCertificate trusted_ca) : Gio.TlsCertificateFlags
Gio.TlsClientConnection
Property
validation_flags : Gio.TlsCertificateFlags
Gio.TlsClientConnection
Method
get_validation_flags () : Gio.TlsCertificateFlags
Gio.TlsClientConnection
Method
set_validation_flags (TlsCertificateFlags flags) : none
Gio.TlsConnection
Property
peer_certificate_errors : Gio.TlsCertificateFlags read only
Gio.TlsConnection
Signal
accept_certificate (TlsConnection self, TlsCertificate peer_cert, TlsCertificateFlags errors) : gboolean
Gio.TlsConnection
Method
emit_accept_certificate (TlsCertificate peer_cert, TlsCertificateFlags errors) : gboolean
Gio.TlsConnection
Method
get_peer_certificate_errors () : Gio.TlsCertificateFlags
Gio.TlsDatabase
Method
verify_chain (TlsCertificate chain, String purpose, SocketConnectable identity, TlsInteraction interaction, TlsDatabaseVerifyFlags flags, Cancellable cancellable) : Gio.TlsCertificateFlags
Gio.TlsDatabase
Method
verify_chain_finish (AsyncResult result) : Gio.TlsCertificateFlags
Soup.Message
Property
Soup.Socket
Property
tls_errors : Gio.TlsCertificateFlags read only
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:20 GMT+0800 (HKT)