Libkleo
keyresolver.h
72 GpgME::Protocol protocol = GpgME::UnknownProtocol;
98 * @param protocol: A specific key protocol (OpenPGP, S/MIME) for selection. Default: Both protocols.
101 explicit KeyResolver(bool encrypt, bool sign, GpgME::Protocol protocol = GpgME::UnknownProtocol, bool allowMixed = true);
void keysResolved(bool success, bool sendUnencrypted)
Emitted when key resolution finished.
Q_SCRIPTABLE Q_NOREPLY void start()
typedef WindowFlags
Solution represents the solution found by the KeyResolver.
Definition keyresolver.h:65
QMap< QString, std::vector< GpgME::Key > > encryptionKeys
This property contains the encryption keys to use for the different recipients.
Definition keyresolver.h:91
std::vector< GpgME::Key > signingKeys
This property contains the signing keys to use.
Definition keyresolver.h:78
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.