KDECore
KSSLD Class Reference
#include <kssld.h>
Inheritance diagram for KSSLD:

Public Member Functions | |
| KSSLD (QObject *parent, const QVariantList &) | |
| ~KSSLD () | |
| void | clearRule (const KSslCertificateRule &rule) |
| void | clearRule (const QSslCertificate &cert, const QString &hostName) |
| void | pruneExpiredRules () |
| KSslCertificateRule | rule (const QSslCertificate &cert, const QString &hostName) const |
| void | setRule (const KSslCertificateRule &rule) |
Public Member Functions inherited from KDEDModule | |
| KDEDModule (QObject *parent=0) | |
| virtual | ~KDEDModule () |
| QString | moduleName () const |
| void | setModuleName (const QString &name) |
Additional Inherited Members | |
Signals inherited from KDEDModule | |
| void | moduleDeleted (KDEDModule *) |
| void | moduleRegistered (const QDBusObjectPath &path) |
| void | windowRegistered (qlonglong windowId) |
| void | windowUnregistered (qlonglong windowId) |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
| void KSSLD::clearRule | ( | const KSslCertificateRule & | rule | ) |
| void KSSLD::clearRule | ( | const QSslCertificate & | cert, |
| const QString & | hostName | ||
| ) |
| KSslCertificateRule KSSLD::rule | ( | const QSslCertificate & | cert, |
| const QString & | hostName | ||
| ) | const |
| void KSSLD::setRule | ( | const KSslCertificateRule & | rule | ) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 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:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from