KDE PIM / Developers / API Docs / certmanager

Kleo::KeyRequester Class Reference

Base class for SigningKeyRequester and EncryptionKeyRequester. More...

#include <keyrequester.h>

Inherits QWidget.

Inherited by Kleo::EncryptionKeyRequester, and Kleo::SigningKeyRequester.

List of all members.

Signals

Public Member Functions

Protected Member Functions


Detailed Description

Base class for SigningKeyRequester and EncryptionKeyRequester.


Member Function Documentation

void Kleo::KeyRequester::setKey const GpgME::Key &  key  ) 
 

Preferred method to set a key for non-multi-KeyRequesters.

Doesn't start a backend KeyListJob.

void Kleo::KeyRequester::setKeys const std::vector< GpgME::Key > &  keys  ) 
 

Preferred method to set a key for multi-KeyRequesters.

Doesn't start a backend KeyListJob.

void Kleo::KeyRequester::setFingerprint const QString &  fingerprint  ) 
 

Set the key by fingerprint.

Starts a background KeyListJob to retrive the complete GpgME::Key object

void Kleo::KeyRequester::setFingerprints const QStringList &  fingerprints  ) 
 

Set the keys by fingerprint.

Starts a background KeyListJob to retrive the complete GpgME::Key objects


The documentation for this class was generated from the following files: