KIO
Go to the documentation of this file.
23 #include <QtCore/QString>
24 #include <QtCore/QStringList>
25 #include <QtDBus/QtDBus>
50 return QDBusReply<bool>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
51 call(
"caAdd", cert, ssl, email, code));
56 return QDBusReply<bool>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
57 call(
"caRegenerate"));
67 return QDBusReply<bool>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
68 call(
"caUseForSSL", subject));
78 return QDBusReply<bool>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
79 call(
"caUseForEmail", subject));
89 return QDBusReply<bool>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
90 call(
"caUseForCode", subject));
100 return QDBusReply<bool>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
101 call(
"caRemove", subject));
106 return QDBusReply<QStringList>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
112 return QDBusReply<QString>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
113 call(
"caGetCert", subject));
118 return QDBusReply<bool>(QDBusInterface(
"org.kde.kded",
"/modules/kssld").
119 call(
"caSetUse", subject, ssl, email, code));
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:14:52 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.