Evd.TlsCredentials¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Bit depth of the Diffie-Hellman key exchange parameters to use during handshake |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Evd.TlsCredentials(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- add_certificate(cert, privkey)¶
- Parameters:
cert (
Evd.TlsCertificate
) –privkey (
Evd.TlsPrivkey
) –
- Raises:
- Return type:
- add_certificate_from_file(cert_file, key_file, cancellable, callback, *user_data)¶
- Parameters:
cert_file (
str
) –key_file (
str
) –cancellable (
Gio.Cancellable
orNone
) –callback (
Gio.AsyncReadyCallback
orNone
) –
- add_certificate_from_file_finish(result)¶
- Parameters:
result (
Gio.AsyncResult
) –- Raises:
- Return type:
- prepare()¶
- Raises:
- Return type:
- do_ready() virtual¶
Signal Details¶
- Evd.TlsCredentials.signals.ready(tls_credentials)¶
- Signal Name:
ready
- Flags:
- Parameters:
tls_credentials (
Evd.TlsCredentials
) – The object which received the signal