|
QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
|
Go to the source code of this file.
Enumerations | |
| enum class | GpgRecordType { Unknown , Pub , Sec , Uid , Fpr , Sub , Ssb , Grp } |
Functions | |
| GpgRecordType | classifyRecord (const QString &record_type) |
| Classify a GPG colon output record type. | |
| QList< UserInfo > | parseGpgColonOutput (const QString &output, bool secret) |
| Parse GPG –with-colons output into a list of UserInfo. | |
|
strong |
| Enumerator | |
|---|---|
| Unknown | |
| Pub | |
| Sec | |
| Uid | |
| Fpr | |
| Sub | |
| Ssb | |
| Grp | |
Definition at line 12 of file gpgkeystate.h.
| GpgRecordType classifyRecord | ( | const QString & | record_type | ) | -> GpgRecordType |
Classify a GPG colon output record type.
| record_type | The first field of a GPG colon record (e.g., "pub", "sec", "uid") |
Definition at line 23 of file gpgkeystate.cpp.
Parse GPG –with-colons output into a list of UserInfo.
| output | Raw output from GPG –with-colons –with-fingerprint |
| secret | True if parsing secret keys (–list-secret-keys) |
Definition at line 110 of file gpgkeystate.cpp.