CertChooser
Object Hierarchy:
Description:
[
CCode ( type_id =
"nma_cert_chooser_get_type ()" ) ]
public class CertChooser :
Grid,
Accessible,
Buildable,
ConstraintTarget,
Orientable
Content:
Properties:
Creation methods:
Methods:
- public void add_to_size_group (SizeGroup group)
Adds the labels to the specified size group so that they are aligned
nicely with other entries in a form.
- public string? get_cert (out Setting8021xCKScheme scheme)
Gets the real certificate location from the chooser button along with
the scheme.
- public unowned string get_cert_password ()
Obtains the password or a PIN that was be required to access the
certificate.
- public SettingSecretFlags get_cert_password_flags ()
Returns secret flags corresponding to the certificate password if one
is present.
- public string? get_cert_uri ()
Gets the real certificate URI from the chooser button along with the
scheme.
- public string? get_key (out Setting8021xCKScheme scheme)
Gets the real key location from the chooser button along with the
scheme.
- public unowned string get_key_password ()
Obtains the password or a PIN that was be required to access the key.
- public SettingSecretFlags get_key_password_flags ()
Returns secret flags corresponding to the key password if one is
present.
- public string? get_key_uri ()
Gets the real key URI from the chooser button along with the scheme.
- public void set_cert (string value, Setting8021xCKScheme scheme)
Sets the certificate location for the chooser button.
- public void set_cert_password (string password)
Sets the password or a PIN that might be required to access the
certificate.
- public void set_cert_uri (string uri)
Sets the certificate URI for the chooser button.
- public void set_key (string value, Setting8021xCKScheme scheme)
Sets the key location for the chooser button.
- public void set_key_password (string password)
Sets the password or a PIN that might be required to access the key.
- public void set_key_uri (string uri)
Sets the key URI for the chooser button.
- public void setup_cert_password_storage (SettingSecretFlags initial_flags, Setting setting, string password_flags_name, bool with_not_required, bool ask_mode)
- public void setup_key_password_storage (SettingSecretFlags initial_flags, Setting setting, string password_flags_name, bool with_not_required, bool ask_mode)
- public void update_cert_password_storage (SettingSecretFlags secret_flags, Setting setting, string password_flags_name)
- public void update_key_password_storage (SettingSecretFlags secret_flags, Setting setting, string password_flags_name)
- public bool validate () throws Error
Validates whether the chosen values make sense.
Signals:
- public signal Error cert_password_validate ()
Emitted when the certificate password needs validation.
- public signal Error cert_validate ()
Emitted when the certificate needs validation.
- public signal void changed ()
Emitted when anything changes in the certificate chooser, be it a
certificate, a key or associated passwords.
- public signal Error key_password_validate ()
Emitted when the key password needs validation.
- public signal Error key_validate ()
Emitted when the key needs validation.
Inherited Members:
All known members inherited from class Gtk.Grid
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable