kleopatra
Kleo::Crypto::Sender Class Reference
#include <sender.h>
Public Member Functions | |
Sender () | |
Sender (const KMime::Types::Mailbox &mailbox) | |
const std::vector< GpgME::Key > & | encryptToSelfCertificateCandidates (GpgME::Protocol proto) const |
bool | isEncryptionAmbiguous (GpgME::Protocol proto) const |
bool | isNull () const |
bool | isSigningAmbiguous (GpgME::Protocol proto) const |
const KMime::Types::Mailbox & | mailbox () const |
GpgME::Key | resolvedEncryptionKey (GpgME::Protocol proto) const |
GpgME::UserID | resolvedOpenPGPEncryptionUserID () const |
GpgME::Key | resolvedSigningKey (GpgME::Protocol proto) const |
void | setResolvedEncryptionKey (const GpgME::Key &key) |
void | setResolvedOpenPGPEncryptionUserID (const GpgME::UserID &uid) |
void | setResolvedSigningKey (const GpgME::Key &key) |
const std::vector< GpgME::Key > & | signingCertificateCandidates (GpgME::Protocol proto) const |
void | swap (Sender &other) |
Friends | |
bool | operator== (const Sender &lhs, const Sender &rhs) |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Member Function Documentation
const std::vector< Key > & Sender::encryptToSelfCertificateCandidates | ( | GpgME::Protocol | proto | ) | const |
Definition at line 157 of file sender.cpp.
bool Sender::isEncryptionAmbiguous | ( | GpgME::Protocol | proto | ) | const |
Definition at line 132 of file sender.cpp.
bool Sender::isSigningAmbiguous | ( | GpgME::Protocol | proto | ) | const |
Definition at line 126 of file sender.cpp.
const Mailbox & Sender::mailbox | ( | ) | const |
Definition at line 138 of file sender.cpp.
Key Sender::resolvedEncryptionKey | ( | GpgME::Protocol | proto | ) | const |
Definition at line 200 of file sender.cpp.
UserID Sender::resolvedOpenPGPEncryptionUserID | ( | ) | const |
Definition at line 215 of file sender.cpp.
Key Sender::resolvedSigningKey | ( | GpgME::Protocol | proto | ) | const |
Definition at line 182 of file sender.cpp.
void Sender::setResolvedEncryptionKey | ( | const GpgME::Key & | key | ) |
Definition at line 187 of file sender.cpp.
void Sender::setResolvedOpenPGPEncryptionUserID | ( | const GpgME::UserID & | uid | ) |
Definition at line 208 of file sender.cpp.
void Sender::setResolvedSigningKey | ( | const GpgME::Key & | key | ) |
Definition at line 172 of file sender.cpp.
const std::vector< Key > & Sender::signingCertificateCandidates | ( | GpgME::Protocol | proto | ) | const |
Definition at line 142 of file sender.cpp.
Friends And Related Function Documentation
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:56:43 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:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.