QGpgME
10.3.4.0000000
Qt API for GpgME
|
35 #ifndef __QGPGME_QGPGMESIGNKEYJOB_H__
36 #define __QGPGME_QGPGMESIGNKEYJOB_H__
38 #include "signkeyjob.h"
40 #include "threadedjobmixin.h"
42 #ifdef BUILDING_QGPGME
45 #include <gpgme++/key.h>
68 GpgME::Error
start(
const GpgME::Key &key) Q_DECL_OVERRIDE;
71 void setUserIDsToSign(
const std::vector<unsigned int> &idsToSign) Q_DECL_OVERRIDE;
86 std::vector<unsigned int> m_userIDsToSign;
87 GpgME::Key m_signingKey;
88 unsigned int m_checkLevel;
95 #endif // __QGPGME_QGPGMESIGNKEYJOB_H__
Definition: threadedjobmixin.h:124
void setNonRevocable(bool nonRevocable) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:125
void setCheckLevel(unsigned int checkLevel) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:107
An abstract base class to sign keys asynchronously.
Definition: signkeyjob.h:64
GpgME::Error start(const GpgME::Key &key) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:87
void setSigningKey(const GpgME::Key &key) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:119
Definition: qgpgmesignkeyjob.h:51
void setExportable(bool exportable) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:113
void setUserIDsToSign(const std::vector< unsigned int > &idsToSign) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:101