QGpgME 10.3.4.0000000
Qt API for GpgME
|
#include <defaultkeygenerationjob.h>
Classes | |
class | Private |
Public Slots | |
void | slotCancel () Q_DECL_OVERRIDE |
![]() | |
virtual void | slotCancel ()=0 |
Signals | |
void | result (const GpgME::KeyGenerationResult &result, const QByteArray &pubkeyData, const QString &auditLogAsHtml, const GpgME::Error &auditLogError) |
![]() | |
void | progress (const QString &what, int current, int total) |
void | done () |
Public Member Functions | |
DefaultKeyGenerationJob (QObject *parent=Q_NULLPTR) | |
GpgME::Error | start (const QString &email, const QString &name) |
QString | auditLogAsHtml () const Q_DECL_OVERRIDE |
GpgME::Error | auditLogError () const Q_DECL_OVERRIDE |
![]() | |
virtual QString | auditLogAsHtml () const |
virtual GpgME::Error | auditLogError () const |
bool | isAuditLogSupported () const |
Protected Member Functions | |
bool | eventFilter (QObject *watched, QEvent *event) Q_DECL_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.
|
virtual |
Reimplemented from QGpgME::Job.
|
virtual |
Reimplemented from QGpgME::Job.