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.
bool marginallyValid()
UserInfo::marginallyValid when validity is m. http://git.gnupg.org/cgi-bin/gitweb....
QString key_id
UserInfo::key_id hexadecimal representation.
bool fullyValid()
UserInfo::fullyValid when validity is f or u. http://git.gnupg.org/cgi-bin/gitweb....
bool isValid()
UserInfo::isValid when fullyValid or marginallyValid.
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....
QDateTime expiry
UserInfo::expiry date/time key expires.