bool have_secret
Whether secret key is available (can decrypt with this key).
bool enabled
Whether this user/key is enabled for normal use.
auto marginallyValid() const -> bool
Check marginal validity per GnuPG validity codes.
QString key_id
Hexadecimal representation of the GnuPG key identifier.
auto fullyValid() const -> bool
Check full validity per GnuPG validity codes.
auto isValid() const -> bool
Check whether the key has any usable validity level.
QDateTime created
Date/time when key was created.
QString name
GPG user ID / full name.
UserInfo()
Construct a UserInfo with default (invalid/disabled) state.
char validity
GnuPG representation of validity. http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg....
QDateTime expiry
Date/time when key expires.