Import line: | Soup = imports.gi.Soup; |
GIR File: | Soup-2.4.gir |
C documentation: | SoupSSLCredentials |
Struct : | SSLCredentials |
Show / Hide Inherited methods, properties and signals |
None |
None |
None |
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 |
Authority certificates.
|
Soup
Method |
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.
|