QGpgME 21.6.2.0000005
Qt API for GpgME
|
Classes | |
class | Private |
Additional Inherited Members | |
![]() | |
typedef ThreadedJobMixin< SignKeyJob, std::tuple< GpgME::Error, QString, GpgME::Error > > | mixin_type |
typedef std::tuple< GpgME::Error, QString, GpgME::Error > | result_type |
![]() | |
![]() | |
void | result (const GpgME::Error &result, const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error()) |
![]() | |
void | jobProgress (int current, int total) |
void | rawProgress (const QString &what, int type, int current, int total) |
QGPGME_DEPRECATED void | progress (const QString &what, int current, int total) |
void | done () |
![]() | |
static GpgME::Context * | context (Job *job) |
![]() | |
ThreadedJobMixin (GpgME::Context *ctx) | |
void | lateInitialization () |
void | setWorkerFunction (const T_binder &func) |
GpgME::Context * | context () const |
virtual void | resultHook (const result_type &) |
void | slotFinished () |
void | slotCancel () override |
QString | auditLogAsHtml () const override |
GpgME::Error | auditLogError () const override |
void | showProgress (const char *what, int type, int current, int total) override |
![]() | |
SignKeyJob (QObject *parent) | |
![]() | |
Job (QObject *parent) | |
sets the check level
checkLevel | the check level, ranges from 0 (no claim) and 3 (extensively checked), default is 0 |
Implements QGpgME::SignKeyJob.
Set this if it is ok to overwrite an existing signature. In that case the context has to have the flag "extended-edit" set to 1 through Context::setFlag before calling edit.
Not pure virtual for ABI compatibility.
Reimplemented from QGpgME::SignKeyJob.
Sets the expiration date of the key signature to expiration. By default, key signatures do not expire.
Note: Expiration dates after 2106-02-05 will be set to 2106-02-05.
Not pure virtual for ABI compatibility.
Reimplemented from QGpgME::SignKeyJob.
sets whether the signature should be exportable, or local only. default is local.
Implements QGpgME::SignKeyJob.
if set, the created signature won't be revocable. By default signatures can be revoked.
Implements QGpgME::SignKeyJob.
Add a remark to the signature. This uses rem@g.nosp@m.nupg.nosp@m..org as a notation.
Not pure virtual for ABI compatibility.
Reimplemented from QGpgME::SignKeyJob.
sets an alternate signing key
Implements QGpgME::SignKeyJob.
|
overridevirtual |
If set, then the created signature will be a trust signature. By default, no trust signatures are created.
trust is the amount of trust to put into the signed key, either TrustSignatureTrust::Partial
or TrustSignatureTrust::Complete
. depth is the level of the trust signature. Values between 0 and 255 are allowed. Level 0 has the same meaning as an ordinary validity signature. Level 1 means that the signed key is asserted to be a valid trusted introducer. Level n >= 2 means that the signed key is asserted to be trusted to issue level n-1 trust signatures, i.e., that it is a "meta
introducer". scope is a domain name that limits the scope of trust of the signed key to user IDs with email addresses matching the domain (or a subdomain).
Not pure virtual for ABI compatibility.
Reimplemented from QGpgME::SignKeyJob.
|
overridevirtual |
If explicitly specified, only the listed user IDs will be signed. Otherwise all user IDs are signed.
idsToSign | list of user ID indexes (of the key to be signed). |
Implements QGpgME::SignKeyJob.
Starts the key signing operation. key is the key to sign.
keyToSign | the key to be signed |
Implements QGpgME::SignKeyJob.