kget
KeyDownloader Class Reference
#include <keydownloader.h>
Inheritance diagram for KeyDownloader:
Public Member Functions | |
KeyDownloader (QObject *parent=0) | |
void | downloadKey (QString fingerprint, Signature *sig) |
bool | isValid () const |
Detailed Description
Class to download Keys.
Definition at line 34 of file keydownloader.h.
Constructor & Destructor Documentation
KeyDownloader::KeyDownloader | ( | QObject * | parent = 0 | ) |
Definition at line 36 of file keydownloader.cpp.
Member Function Documentation
void KeyDownloader::downloadKey | ( | QString | fingerprint, |
Signature * | sig | ||
) |
Searches for a key with fignerprint.
- Parameters
-
fingerprint the fingerprint of the key that is searched sig Signature to notify of successful downloads
Definition at line 50 of file keydownloader.cpp.
bool KeyDownloader::isValid | ( | ) | const |
- Returns
- true if KeyDownloader is valid, i.e. has QPGME support
Definition at line 41 of file keydownloader.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 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:53:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.