certmanager/lib
Kleo::QGpgMEDecryptJob Class Reference
Inheritance diagram for Kleo::QGpgMEDecryptJob:

Detailed Description
Definition at line 49 of file qgpgmedecryptjob.h.
Public Member Functions | |
QGpgMEDecryptJob (GpgME::Context *context) | |
~QGpgMEDecryptJob () | |
GpgME::Error | start (const QByteArray &cipherText) |
GpgME::DecryptionResult | exec (const QByteArray &cipherText, QByteArray &plainText) |
Member Function Documentation
GpgME::Error Kleo::QGpgMEDecryptJob::start | ( | const QByteArray & | cipherText | ) | [virtual] |
- Reimplemented from superclass. from DecryptJob
Implements Kleo::DecryptJob.
Definition at line 66 of file qgpgmedecryptjob.cpp.
GpgME::DecryptionResult Kleo::QGpgMEDecryptJob::exec | ( | const QByteArray & | cipherText, | |
QByteArray & | plainText | |||
) | [virtual] |
- Reimplemented from superclass. from DecryptJob
Implements Kleo::DecryptJob.
Definition at line 78 of file qgpgmedecryptjob.cpp.
The documentation for this class was generated from the following files: