Stores key info lines including validity, creation date and more.
bool have_secret
UserInfo::have_secret secret key is available (can decrypt with this key)
bool enabled
UserInfo::enabled.
auto isValid() -> bool
UserInfo::isValid when fullyValid or marginallyValid.
QString key_id
UserInfo::key_id hexadecimal representation.
auto marginallyValid() -> bool
UserInfo::marginallyValid when validity is m. http://git.gnupg.org/cgi-bin/gitweb....
QDateTime created
UserInfo::created date/time key was created.
QString name
UserInfo::name full name.
char validity
UserInfo::validity GnuPG representation of validity http://git.gnupg.org/cgi-bin/gitweb....
auto fullyValid() -> bool
UserInfo::fullyValid when validity is f or u. http://git.gnupg.org/cgi-bin/gitweb....
QDateTime expiry
UserInfo::expiry date/time key expires.