#include <defaultkeygenerationjob.h>
|
void | slotCancel () Q_DECL_OVERRIDE |
|
virtual void | slotCancel ()=0 |
|
|
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 () |
|
|
| 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 |
|
bool | isAuditLogSupported () const |
|
|
bool | eventFilter (QObject *watched, QEvent *event) Q_DECL_OVERRIDE |
|
| Job (QObject *parent) |
|
Generates a PGP RSA/2048 bit key pair for given name and email address.
The documentation for this class was generated from the following files: