kgpg
kgpgsigntransactionhelper.h
Go to the documentation of this file.
the line was parsed successfully and transaction can continue
Definition: kgpgsigntransactionhelper.h:33
helper class for key signing transactions
Definition: kgpgsigntransactionhelper.h:25
virtual KGpgTransaction * asTransaction()=0
returns the transaction object to use
void setChecking(const carefulCheck level)
set the level how carefully the identity was checked
Definition: kgpgsigntransactionhelper.cpp:110
carefulCheck getChecking(void) const
check if local signing is requested
Definition: kgpgsigntransactionhelper.cpp:116
QString getSigner(void) const
get key id which is used to sign
Definition: kgpgsigntransactionhelper.cpp:130
bool getLocal(void) const
check if local signing is requested
Definition: kgpgsigntransactionhelper.cpp:104
void setLocal(const bool local)
set if the signature should be local (not exportable)
Definition: kgpgsigntransactionhelper.cpp:91
lineParseResults nextLine(const QString &line)
handle signing commands from GnuPG
Definition: kgpgsigntransactionhelper.cpp:45
user id is alredy signed by given key
Definition: kgpgsigntransactionhelper.h:46
KGpgTransaction::ts_boolanswer boolQuestion(const QString &line)
Definition: kgpgsigntransactionhelper.cpp:69
void setKey(const KGpgKeyNode *node)
set key node this transaction is using
Definition: kgpgsigntransactionhelper.cpp:33
virtual void replaceCmd(const QString &cmd)=0
replaces the command passed to GnuPG
const KGpgKeyNode * getKey(void) const
get the key node this transaction is using
Definition: kgpgsigntransactionhelper.cpp:39
int m_signerPos
position of the signer argument in GnuPG command line
Definition: kgpgsigntransactionhelper.h:133
void setSecringFile(const QString &filename)
add a secret keyring file
Definition: kgpgsigntransactionhelper.cpp:136
placeholder for return values of derived classes
Definition: kgpgtransaction.h:66
the line was parsed successfully and the transaction shoult be shut down
Definition: kgpgsigntransactionhelper.h:34
void setSigner(const QString &signer)
set which private key is used to sign
Definition: kgpgsigntransactionhelper.cpp:122
the line was not handled
Definition: kgpgsigntransactionhelper.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.