kleopatra
Go to the documentation of this file.
22 #ifndef __LIBKLEOPATRACLIENT_CORE_SELECTCERTIFICATECOMMAND_H__
23 #define __LIBKLEOPATRACLIENT_CORE_SELECTCERTIFICATECOMMAND_H__
37 void setMultipleCertificatesAllowed(
bool allow );
38 bool multipleCertificatesAllowed()
const;
40 void setOnlySigningCertificatesAllowed(
bool allow );
41 bool onlySigningCertificatesAllowed()
const;
43 void setOnlyEncryptionCertificatesAllowed(
bool allow );
44 bool onlyEncryptionCertificatesAllowed()
const;
46 void setOnlyOpenPGPCertificatesAllowed(
bool allow );
47 bool onlyOpenPGPCertificatesAllowed()
const;
49 void setOnlyX509CertificatesAllowed(
bool allow );
50 bool onlyX509CertificatesAllowed()
const;
52 void setOnlySecretKeysAllowed(
bool allow );
53 bool onlySecretKeysAllowed()
const;
57 void setSelectedCertificates(
const QStringList & certs );
58 QStringList selectedCertificates()
const;
60 void setSelectedCertificate(
const QString & cert );
61 QString selectedCertificate()
const;
#define KLEOPATRACLIENTCORE_EXPORT
#define KLEOPATRACLIENT_NAMESPACE
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.