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

Detailed Description
Definition at line 188 of file keyrequester.h.
Public Types | |
enum | { OpenPGP = 1, SMIME = 2, AllProtocols = OpenPGP|SMIME } |
Public Member Functions | |
SigningKeyRequester (bool multipleKeys=false, unsigned int proto=AllProtocols, QWidget *parent=0, const char *name=0, bool onlyTrusted=true, bool onlyValid=true) | |
SigningKeyRequester (QWidget *parent=0, const char *name=0) | |
~SigningKeyRequester () | |
void | setAllowedKeys (unsigned int proto, bool onlyTrusted=true, bool onlyValid=true) |
Protected Member Functions | |
virtual void | virtual_hook (int, void *) |
Constructor & Destructor Documentation
Kleo::SigningKeyRequester::SigningKeyRequester | ( | bool | multipleKeys = false , |
|
unsigned int | proto = AllProtocols , |
|||
QWidget * | parent = 0 , |
|||
const char * | name = 0 , |
|||
bool | onlyTrusted = true , |
|||
bool | onlyValid = true | |||
) |
Preferred constructor.
- Parameters:
-
multipleKeys whether multiple keys can be selected proto the allowed protocols, OpenPGP and/or SMIME onlyTrusted only show trusted keys onlyValid only show valid keys
Definition at line 453 of file keyrequester.cpp.
Kleo::SigningKeyRequester::SigningKeyRequester | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
The documentation for this class was generated from the following files: