kleopatra
libkleopatraclient/core/selectcertificatecommand.cpp
Go to the documentation of this file.
117 return QString::fromLatin1( data.data(), data.size() ).split( QLatin1Char( '\n' ), QString::SkipEmptyParts );
void setSelectedCertificates(const QStringList &certs)
SelectCertificateCommand(QObject *parent=0)
bool onlyX509CertificatesAllowed() const
QByteArray receivedData() const
Definition: libkleopatraclient/core/command.cpp:327
void setOnlyOpenPGPCertificatesAllowed(bool allow)
bool multipleCertificatesAllowed() const
bool onlySigningCertificatesAllowed() const
bool onlyEncryptionCertificatesAllowed() const
bool empty() const
void setCommand(const char *command)
Definition: libkleopatraclient/core/command.cpp:333
void setInquireData(const char *what, const QByteArray &data)
Definition: libkleopatraclient/core/command.cpp:301
void setMultipleCertificatesAllowed(bool allow)
bool isEmpty() const
T & front()
bool onlyOpenPGPCertificatesAllowed() const
bool isOptionSet(const char *name) const
Definition: libkleopatraclient/core/command.cpp:241
QStringList selectedCertificates() const
~SelectCertificateCommand()
char * data()
QString fromLatin1(const char *str, int size)
void setOption(const char *name, bool critical=true)
Definition: libkleopatraclient/core/command.cpp:217
void setSelectedCertificate(const QString &cert)
bool onlySecretKeysAllowed() const
void setOnlySecretKeysAllowed(bool allow)
void unsetOption(const char *name)
Definition: libkleopatraclient/core/command.cpp:234
int size() const
void setOnlyX509CertificatesAllowed(bool allow)
QString selectedCertificate() const
void setOnlySigningCertificatesAllowed(bool allow)
void setOnlyEncryptionCertificatesAllowed(bool allow)
QByteArray toUtf8() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 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:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.