QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
gpgkeystate_p.h File Reference
#include "userinfo.h"
#include <QStringList>
Include dependency graph for gpgkeystate_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void handlePubSecRecord (const QStringList &props, bool secret, UserInfo &current_user)
 Handle a pub or sec record in GPG colon output.
void handleFprRecord (const QStringList &props, UserInfo &current_user)
 Handle an fpr (fingerprint) record in GPG colon output.

Function Documentation

◆ handleFprRecord()

void handleFprRecord ( const QStringList & props,
UserInfo & current_user )

Handle an fpr (fingerprint) record in GPG colon output.

Parameters
propsThe colon-split fields of the record
current_userUserInfo to update with fingerprint if it matches key

Definition at line 94 of file gpgkeystate.cpp.

Here is the caller graph for this function:

◆ handlePubSecRecord()

void handlePubSecRecord ( const QStringList & props,
bool secret,
UserInfo & current_user )

Handle a pub or sec record in GPG colon output.

Parameters
propsThe colon-split fields of the record
secretTrue if this is a secret key record (sec)
current_userUserInfo to populate with key data

Definition at line 54 of file gpgkeystate.cpp.

Here is the caller graph for this function: