33 #ifndef __KLEO_TQGPGMEVERIFYDETACHEDJOB_H__ 34 #define __KLEO_TQGPGMEVERIFYDETACHEDJOB_H__ 36 #include <kleo/verifydetachedjob.h> 38 #include "qgpgmejob.h" 40 #include <tqcstring.h> 49 class QGpgMEVerifyDetachedJob : public VerifyDetachedJob, private QGpgMEJob { 53 QGpgMEVerifyDetachedJob( GpgME::Context * context ); 54 ~QGpgMEVerifyDetachedJob(); 57 GpgME::Error start( const TQByteArray & signature, 58 const TQByteArray & signedData ); 61 GpgME::VerificationResult exec( const TQByteArray & signature, 62 const TQByteArray & signedData ); 65 void slotOperationDoneEvent( GpgME::Context * context, const GpgME::Error & e ) { 66 QGpgMEJob::doSlotOperationDoneEvent( context, e ); 70 void doOperationDoneEvent( const GpgME::Error & e ); 71 void setup( const TQByteArray &, const TQByteArray & ); 76 #endif // __KLEO_TQGPGMEVERIFYDETACHEDJOB_H__
|