c
Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.TlsCertificate

Class Gio.TlsCertificate

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GTlsCertificate
Class : TlsCertificate
Extends: GObject.Object
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.tls_server_connection_new (IOStream base_io_stream, TlsCertificate certificate) : Gio.TlsServerConnection
Gio.TlsCertificate
Property
Gio.TlsConnection
Property
certificate : Gio.TlsCertificate
Gio.TlsConnection
Property
peer_certificate : Gio.TlsCertificate 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_certificate () : Gio.TlsCertificate
Gio.TlsConnection
Method
get_peer_certificate () : Gio.TlsCertificate
Gio.TlsConnection
Method
set_certificate (TlsCertificate certificate) : none
Gio.TlsDatabase
Method
create_certificate_handle (TlsCertificate certificate) : String
Gio.TlsDatabase
Method
lookup_certificate_for_handle (String handle, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable) : Gio.TlsCertificate
Gio.TlsDatabase
Method
lookup_certificate_for_handle_finish (AsyncResult result) : Gio.TlsCertificate
Gio.TlsDatabase
Method
lookup_certificate_issuer (TlsCertificate certificate, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable) : Gio.TlsCertificate
Gio.TlsDatabase
Method
lookup_certificate_issuer_async (TlsCertificate certificate, TlsInteraction interaction, TlsDatabaseLookupFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsDatabase
Method
lookup_certificate_issuer_finish (AsyncResult result) : Gio.TlsCertificate
Gio.TlsDatabase
Method
verify_chain (TlsCertificate chain, String purpose, SocketConnectable identity, TlsInteraction interaction, TlsDatabaseVerifyFlags flags, Cancellable cancellable) : Gio.TlsCertificateFlags
Gio.TlsDatabase
Method
verify_chain_async (TlsCertificate chain, String purpose, SocketConnectable identity, TlsInteraction interaction, TlsDatabaseVerifyFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Gio.TlsServerConnection
Method
Gio.TlsServerConnection.c_new (IOStream base_io_stream, TlsCertificate certificate) : Gio.TlsServerConnection
Soup.Message
Property
tls_certificate : Gio.TlsCertificate
Soup.Server
Property
tls_certificate : Gio.TlsCertificate
Soup.Socket
Property
tls_certificate : Gio.TlsCertificate read only
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:09 GMT+0800 (HKT)