QGpgME 21.6.2.0000005
Qt API for GpgME
Loading...
Searching...
No Matches
Classes | Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
QGpgME::DefaultKeyGenerationJob Class Reference

#include <defaultkeygenerationjob.h>

Inheritance diagram for QGpgME::DefaultKeyGenerationJob:
Inheritance graph
[legend]
Collaboration diagram for QGpgME::DefaultKeyGenerationJob:
Collaboration graph
[legend]

Classes

class  Private
 

Public Slots

void slotCancel () override
 
- Public Slots inherited from QGpgME::Job
virtual void slotCancel ()=0
 

Signals

void result (const GpgME::KeyGenerationResult &result, const QByteArray &pubkeyData, const QString &auditLogAsHtml, const GpgME::Error &auditLogError)
 
- Signals inherited from QGpgME::Job
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
 
- Public Member Functions inherited from QGpgME::Job
bool isAuditLogSupported () const
 
GpgME::Error startIt ()
 
void startNow ()
 

Protected Member Functions

bool eventFilter (QObject *watched, QEvent *event) override
 
- Protected Member Functions inherited from QGpgME::Job
 Job (QObject *parent)
 

Additional Inherited Members

- Static Public Member Functions inherited from QGpgME::Job
static GpgME::Context * context (Job *job)
 

Detailed Description

Generates a PGP RSA/2048 bit key pair for given name and email address.

This job is deprecated. Use QuickJob::startCreate instead.

Member Function Documentation

◆ auditLogAsHtml()

QString DefaultKeyGenerationJob::auditLogAsHtml ( ) const
overridevirtual

Reimplemented from QGpgME::Job.

◆ auditLogError()

GpgME::Error DefaultKeyGenerationJob::auditLogError ( ) const
overridevirtual

Reimplemented from QGpgME::Job.


The documentation for this class was generated from the following files: