libkleo
qgpgmesignkeyjob.cpp
Go to the documentation of this file.
63 static QGpgMESignKeyJob::result_type sign_key( Context * ctx, const Key & key, const std::vector<unsigned int> & uids, unsigned int checkLevel, const Key & signer, unsigned int opts ) {
void setUserIDsToSign(const std::vector< unsigned int > &idsToSign)
Definition: qgpgmesignkeyjob.cpp:94
void setCheckLevel(unsigned int checkLevel)
Definition: qgpgmesignkeyjob.cpp:99
void lateInitialization()
Definition: threadedjobmixin.h:146
QString audit_log_as_html(GpgME::Context *ctx, GpgME::Error &err)
QGpgMESignKeyJob(GpgME::Context *context)
Definition: qgpgmesignkeyjob.cpp:48
void setNonRevocable(bool nonRevocable)
Definition: qgpgmesignkeyjob.cpp:114
T_result result_type
Definition: threadedjobmixin.h:117
void run(const T_binder &func)
Definition: threadedjobmixin.h:153
void setSigningKey(const GpgME::Key &key)
Definition: qgpgmesignkeyjob.cpp:109
static QGpgMESignKeyJob::result_type sign_key(Context *ctx, const Key &key, const std::vector< unsigned int > &uids, unsigned int checkLevel, const Key &signer, unsigned int opts)
Definition: qgpgmesignkeyjob.cpp:63
void setExportable(bool exportable)
Definition: qgpgmesignkeyjob.cpp:104
GpgME::Error start(const GpgME::Key &key)
Definition: qgpgmesignkeyjob.cpp:83
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 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:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.