InfGtk.CertificateManager¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The parent window for certificate verification dialogs |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class InfGtk.CertificateManager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(parent_window, xmpp_manager, known_hosts_file)¶
- Parameters:
parent_window (
Gtk.Window
) – TheGtk.Window
to which to make certificate verification dialogs transient to.xmpp_manager (
Infinity.XmppManager
) – TheInfinity.XmppManager
whoseInfinity.XmppConnection
s to manage the certificates for.known_hosts_file (
str
orNone
) – Path pointing to a file that contains pinned certificates, orNone
.
- Returns:
A new
InfGtk.CertificateManager
.- Return type:
Creates a new
InfGtk.CertificateManager
. SeeInfinity.CertificateVerify
for details about the certificate verification process.
Property Details¶
- InfGtk.CertificateManager.props.parent_window¶
- Name:
parent-window
- Type:
- Default Value:
- Flags:
The parent window for certificate verification dialogs