- 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.