|
QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
|
Go to the source code of this file.
Functions | |
| void | handlePubSecRecord (const QStringList &props, bool secret, UserInfo ¤t_user) |
| Handle a pub or sec record in GPG colon output. | |
| void | handleFprRecord (const QStringList &props, UserInfo ¤t_user) |
| Handle an fpr (fingerprint) record in GPG colon output. | |
| void handleFprRecord | ( | const QStringList & | props, |
| UserInfo & | current_user ) |
Handle an fpr (fingerprint) record in GPG colon output.
| props | The colon-split fields of the record |
| current_user | UserInfo to update with fingerprint if it matches key |
Definition at line 94 of file gpgkeystate.cpp.
| void handlePubSecRecord | ( | const QStringList & | props, |
| bool | secret, | ||
| UserInfo & | current_user ) |
Handle a pub or sec record in GPG colon output.
| props | The colon-split fields of the record |
| secret | True if this is a secret key record (sec) |
| current_user | UserInfo to populate with key data |
Definition at line 54 of file gpgkeystate.cpp.