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

Detailed Description
Definition at line 50 of file qgpgmedecryptverifyjob.h.
Public Member Functions | |
| QGpgMEDecryptVerifyJob (GpgME::Context *context) | |
| ~QGpgMEDecryptVerifyJob () | |
| GpgME::Error | start (const QByteArray &cipherText) |
| std::pair< GpgME::DecryptionResult, GpgME::VerificationResult > | exec (const QByteArray &cipherText, QByteArray &plainText) |
Member Function Documentation
| GpgME::Error Kleo::QGpgMEDecryptVerifyJob::start | ( | const QByteArray & | cipherText | ) | [virtual] |
- Reimplemented from superclass. from DecryptVerifyJob
Implements Kleo::DecryptVerifyJob.
Definition at line 67 of file qgpgmedecryptverifyjob.cpp.
| std::pair< GpgME::DecryptionResult, GpgME::VerificationResult > Kleo::QGpgMEDecryptVerifyJob::exec | ( | const QByteArray & | cipherText, | |
| QByteArray & | plainText | |||
| ) | [virtual] |
- Reimplemented from superclass. from DecryptVerifyJob
Implements Kleo::DecryptVerifyJob.
Definition at line 80 of file qgpgmedecryptverifyjob.cpp.
The documentation for this class was generated from the following files:

