bool have_secret
UserInfo::have_secret whether secret key is available (can decrypt with this key).
bool enabled
UserInfo::enabled Whether this user/key is enabled for normal use. True when the key should be treate...
auto marginallyValid() const -> bool
UserInfo::marginallyValid when validity is m. http://git.gnupg.org/cgi-bin/gitweb....
QString key_id
UserInfo::key_id hexadecimal representation of the GnuPG key identifier.
auto fullyValid() const -> bool
UserInfo::fullyValid when validity is f or u. http://git.gnupg.org/cgi-bin/gitweb....
auto isValid() const -> bool
UserInfo::isValid when fullyValid or marginallyValid.
QDateTime created
UserInfo::created date/time when key was created.
QString name
UserInfo::name GPG user ID / full name.
char validity
UserInfo::validity GnuPG representation of validity http://git.gnupg.org/cgi-bin/gitweb....
QDateTime expiry
UserInfo::expiry date/time when key expires.