libkleo
verifyopaquejob.h
Go to the documentation of this file.
87 virtual void start( const boost::shared_ptr<QIODevice> & signedData, const boost::shared_ptr<QIODevice> & plainText=boost::shared_ptr<QIODevice>() ) = 0;
90 virtual GpgME::VerificationResult exec( const QByteArray &signedData, QByteArray & plainText ) = 0;
93 void result( const GpgME::VerificationResult & result, const QByteArray & plainText, const QString & auditLogAsHtml=QString(), const GpgME::Error & auditLogError=GpgME::Error() );
An abstract base class for asynchronous verification of opaque signatures.
Definition: verifyopaquejob.h:64
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.