Enums¶
Details¶
- class NMA4.CertChooserFlags(value)¶
Bases:
GLib.Enum
Flags that controls what is the certificate chooser button able to pick. Currently only local files are supported, but might be extended to use URIs, such as PKCS\#11 certificate URIs in future as well.
New in version 1.8.0.
- NONE = 0¶
No flags
- CERT = 1¶
Only pick a certificate, not a key
- PASSWORDS = 2¶
Hide all controls but the secrets entries
- PEM = 4¶
Ensure the chooser only selects regular PEM files
- NO_PASSWORDS = 8¶
Do not show password entries
New in version 1.8.34.