libkleo
verifydetachedjob.h
Go to the documentation of this file.
86 virtual void start( const boost::shared_ptr<QIODevice> & signature, const boost::shared_ptr<QIODevice> & signedData ) = 0;
92 void result( const GpgME::VerificationResult & result, const QString & auditLogAsHtml=QString(), const GpgME::Error & auditLogError=GpgME::Error() );
void result(const GpgME::VerificationResult &result, const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error())
virtual GpgME::VerificationResult exec(const QByteArray &signature, const QByteArray &signedData)=0
~VerifyDetachedJob()
VerifyDetachedJob(QObject *parent)
virtual KDE_DEPRECATED GpgME::Error start(const QByteArray &signature, const QByteArray &signedData)=0
Starts the verification operation.
QObject * parent() const
An abstract base class for asynchronous verification of detached signatures.
Definition: verifydetachedjob.h:66
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.