libkleo
keyselectiondialog.h
Go to the documentation of this file.
74 PublicKeys = 1,
75 SecretKeys = 2,
76 EncryptionKeys = 4,
77 SigningKeys = 8,
78 ValidKeys = 16,
79 TrustedKeys = 32,
80 CertificationKeys = 64,
81 AuthenticationKeys = 128,
82 OpenPGPKeys = 256,
83 SMIMEKeys = 512,
84 AllKeys = PublicKeys | SecretKeys | OpenPGPKeys | SMIMEKeys,
85 ValidEncryptionKeys = AllKeys | EncryptionKeys | ValidKeys,
86 ValidTrustedEncryptionKeys = AllKeys | EncryptionKeys | ValidKeys | TrustedKeys
167 void startKeyListJobForBackend( const Kleo::CryptoBackend::Protocol *, const std::vector<GpgME::Key> &, bool );
Definition: keyselectiondialog.h:69
Definition: keylistview.h:101
const std::vector< GpgME::Key > & selectedKeys() const
Returns a list of selected key IDs.
Definition: keyselectiondialog.h:123
Definition: keylistview.h:69
QVBoxLayout * topLayout() const
Definition: keyselectiondialog.h:136
Definition: cryptobackend.h:99
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:48 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:57:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.