QGpgME 16.1.0.0000485
Qt API for GpgME
Public Member Functions | List of all members
QGpgME::QGpgMEDecryptJob Class Reference
Inheritance diagram for QGpgME::QGpgMEDecryptJob:
Inheritance graph
[legend]
Collaboration diagram for QGpgME::QGpgMEDecryptJob:
Collaboration graph
[legend]

Public Member Functions

 QGpgMEDecryptJob (GpgME::Context *context)
 
GpgME::Error start (const QByteArray &cipherText) Q_DECL_OVERRIDE
 
void start (const std::shared_ptr< QIODevice > &cipherText, const std::shared_ptr< QIODevice > &plainText) Q_DECL_OVERRIDE
 
GpgME::DecryptionResult exec (const QByteArray &cipherText, QByteArray &plainText) Q_DECL_OVERRIDE
 
void resultHook (const result_type &r) Q_DECL_OVERRIDE
 
virtual GpgME::Error start (const QByteArray &cipherText)=0
 
virtual void start (const std::shared_ptr< QIODevice > &cipherText, const std::shared_ptr< QIODevice > &plainText=std::shared_ptr< QIODevice >())=0
 
virtual GpgME::DecryptionResult exec (const QByteArray &cipherText, QByteArray &plainText)=0
 
- Public Member Functions inherited from QGpgME::Job
virtual QString auditLogAsHtml () const