Packages
loudmouth-1.0
Lm
SSL
is_supported
SSL
get_fingerprint
get_require_starttls
get_use_starttls
use_starttls
SSL
Object Hierarchy:
Lm.SSL
Lm.SSL
Lm.SSL
Description:
[
CCode
( ref_function =
"lm_ssl_ref"
, unref_function =
"lm_ssl_unref"
) ]
[
Compact
]
public
class
SSL
Namespace:
Lm
Package:
loudmouth-1.0
Content:
Static methods:
public
static
bool
is_supported
()
Creation methods:
public
SSL
(
string
expected_fingerprint,
SSLFunction
ssl_function,
DestroyNotify
? notify)
Methods:
public
unowned
string
get_fingerprint
()
public
bool
get_require_starttls
()
public
bool
get_use_starttls
()
public
void
use_starttls
(
bool
use_starttls,
bool
require)