kleopatra
Kleo::Crypto::Recipient Class Reference
#include <recipient.h>
Public Member Functions | |
Recipient () | |
Recipient (const KMime::Types::Mailbox &mailbox) | |
const std::vector< GpgME::Key > & | encryptionCertificateCandidates (GpgME::Protocol proto) const |
bool | isEncryptionAmbiguous (GpgME::Protocol protocol) const |
bool | isNull () const |
const KMime::Types::Mailbox & | mailbox () const |
GpgME::Key | resolvedEncryptionKey (GpgME::Protocol proto) const |
GpgME::UserID | resolvedOpenPGPEncryptionUserID () const |
void | setResolvedEncryptionKey (const GpgME::Key &key) |
void | setResolvedOpenPGPEncryptionUserID (const GpgME::UserID &uid) |
void | swap (Recipient &other) |
Friends | |
bool | operator== (const Recipient &lhs, const Recipient &rhs) |
Detailed Description
Definition at line 58 of file recipient.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 60 of file recipient.h.
|
explicit |
Member Function Documentation
const std::vector< Key > & Recipient::encryptionCertificateCandidates | ( | GpgME::Protocol | proto | ) | const |
Definition at line 129 of file recipient.cpp.
bool Recipient::isEncryptionAmbiguous | ( | GpgME::Protocol | protocol | ) | const |
Definition at line 119 of file recipient.cpp.
|
inline |
Definition at line 67 of file recipient.h.
const Mailbox & Recipient::mailbox | ( | ) | const |
Definition at line 125 of file recipient.cpp.
Key Recipient::resolvedEncryptionKey | ( | GpgME::Protocol | proto | ) | const |
Definition at line 157 of file recipient.cpp.
UserID Recipient::resolvedOpenPGPEncryptionUserID | ( | ) | const |
Definition at line 172 of file recipient.cpp.
void Recipient::setResolvedEncryptionKey | ( | const GpgME::Key & | key | ) |
Definition at line 144 of file recipient.cpp.
void Recipient::setResolvedOpenPGPEncryptionUserID | ( | const GpgME::UserID & | uid | ) |
Definition at line 165 of file recipient.cpp.
|
inline |
Definition at line 63 of file recipient.h.
Friends And Related Function Documentation
Definition at line 81 of file recipient.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:12 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:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.