QGpgME 21.6.2.0000005
Qt API for GpgME
|
#include <defaultkeygenerationjob.h>
Classes | |
class | Private |
Public Slots | |
void | slotCancel () override |
![]() | |
virtual void | slotCancel ()=0 |
Signals | |
void | result (const GpgME::KeyGenerationResult &result, const QByteArray &pubkeyData, const QString &auditLogAsHtml, const GpgME::Error &auditLogError) |
![]() | |
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 () |
Public Member Functions | |
DefaultKeyGenerationJob (QObject *parent=nullptr) | |
GpgME::Error | start (const QString &email, const QString &name) |
QString | auditLogAsHtml () const override |
GpgME::Error | auditLogError () const override |
![]() | |
bool | isAuditLogSupported () const |
GpgME::Error | startIt () |
void | startNow () |
Protected Member Functions | |
bool | eventFilter (QObject *watched, QEvent *event) override |
![]() | |
Job (QObject *parent) | |
Additional Inherited Members | |
![]() | |
static GpgME::Context * | context (Job *job) |
Generates a PGP RSA/2048 bit key pair for given name and email address.
This job is deprecated. Use QuickJob::startCreate instead.
|
overridevirtual |
Reimplemented from QGpgME::Job.
|
overridevirtual |
Reimplemented from QGpgME::Job.