QGpgME
13.6.0.0000000
Qt API for GpgME
|
35 #ifndef __QGPGME_QGPGMESIGNKEYJOB_H__
36 #define __QGPGME_QGPGMESIGNKEYJOB_H__
38 #include "signkeyjob.h"
40 #include "threadedjobmixin.h"
64 GpgME::Error
start(
const GpgME::Key &key) Q_DECL_OVERRIDE;
67 void setUserIDsToSign(
const std::vector<unsigned int> &idsToSign) Q_DECL_OVERRIDE;
82 void setRemark(
const QString &remark) Q_DECL_OVERRIDE;
85 void setDupeOk(
bool value) Q_DECL_OVERRIDE;
88 void setTrustSignature(GpgME::TrustSignatureTrust trust,
unsigned short depth,
const QString &scope) Q_DECL_OVERRIDE;
94 std::unique_ptr<Private> d;
98 #endif // __QGPGME_QGPGMESIGNKEYJOB_H__
Definition: threadedjobmixin.h:124
void setNonRevocable(bool nonRevocable) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:202
void setCheckLevel(unsigned int checkLevel) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:184
An abstract base class to sign keys asynchronously.
Definition: signkeyjob.h:68
GpgME::Error start(const GpgME::Key &key) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:154
void setSigningKey(const GpgME::Key &key) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:196
Definition: qgpgmesignkeyjob.h:47
void setRemark(const QString &remark) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:208
void setExportable(bool exportable) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:190
void setUserIDsToSign(const std::vector< unsigned int > &idsToSign) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:178
Definition: qgpgmesignkeyjob.cpp:66
void setExpirationDate(const QDate &expiration) override
Definition: qgpgmesignkeyjob.cpp:227
void setDupeOk(bool value) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:214
void setTrustSignature(GpgME::TrustSignatureTrust trust, unsigned short depth, const QString &scope) Q_DECL_OVERRIDE
Definition: qgpgmesignkeyjob.cpp:220