Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Struct Soup.SSLCredentials

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupSSLCredentials
Struct : SSLCredentials
  Show / Hide Inherited methods, properties and signals
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup
Method
Soup.ssl_free_client_credentials (SSLCredentials creds) : none
soup_ssl_get_client_credentials().
Soup
Method
Soup.ssl_free_server_credentials (SSLCredentials creds) : none
soup_ssl_get_server_credentials().
Soup
Method
Soup.ssl_get_client_credentials (String ca_file) : Soup.SSLCredentials
Authority certificates.
Soup
Method
Soup.ssl_get_server_credentials (String cert_file, String key_file) : Soup.SSLCredentials
certificate Creates an opaque server credentials object which can later be passed to soup_ssl_wrap_iochannel().
Soup
Method
Soup.ssl_wrap_iochannel (IOChannel sock, Boolean non_blocking, SSLType type, String remote_host, SSLCredentials creds) : GLib.IOChannel
This attempts to wrap a new GIOChannel around sock that will SSL-encrypt/decrypt all traffic through it.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:35:00 GMT+0800 (HKT)