KDECore
#include <ksslcertificatemanager_p.h>
Public Member Functions | |
KSslCertificateManagerPrivate () | |
~KSslCertificateManagerPrivate () | |
bool | addCertificate (const KSslCaCertificate &in) |
QList< KSslCaCertificate > | allCertificates () const |
void | loadDefaultCaCertificates () |
bool | removeCertificate (const KSslCaCertificate &old) |
void | setAllCertificates (const QList< KSslCaCertificate > &certsIn) |
bool | setCertificateBlacklisted (const QByteArray &certHash, bool isBlacklisted) |
bool | updateCertificateBlacklisted (const KSslCaCertificate &cert) |
Static Public Member Functions | |
static KSslCertificateManagerPrivate * | get (KSslCertificateManager *q) |
Public Attributes | |
QMutex | certListMutex |
KConfig | config |
QList< QSslCertificate > | defaultCaCertificates |
org::kde::KSSLDInterface * | iface |
bool | isCertListLoaded |
QSet< QByteArray > | knownCerts |
QHash< KSslError::Error, QString > | sslErrorToString |
QHash< QString, KSslError::Error > | stringToSslError |
QString | userCertDir |
Detailed Description
Definition at line 62 of file ksslcertificatemanager_p.h.
Constructor & Destructor Documentation
KSslCertificateManagerPrivate::KSslCertificateManagerPrivate | ( | ) |
Definition at line 207 of file ksslcertificatemanager.cpp.
KSslCertificateManagerPrivate::~KSslCertificateManagerPrivate | ( | ) |
Definition at line 219 of file ksslcertificatemanager.cpp.
Member Function Documentation
bool KSslCertificateManagerPrivate::addCertificate | ( | const KSslCaCertificate & | in | ) |
Definition at line 252 of file ksslcertificatemanager.cpp.
QList< KSslCaCertificate > KSslCertificateManagerPrivate::allCertificates | ( | ) | const |
Definition at line 388 of file ksslcertificatemanager.cpp.
|
inlinestatic |
Definition at line 68 of file ksslcertificatemanager_p.h.
void KSslCertificateManagerPrivate::loadDefaultCaCertificates | ( | ) |
Definition at line 225 of file ksslcertificatemanager.cpp.
bool KSslCertificateManagerPrivate::removeCertificate | ( | const KSslCaCertificate & | old | ) |
Definition at line 285 of file ksslcertificatemanager.cpp.
void KSslCertificateManagerPrivate::setAllCertificates | ( | const QList< KSslCaCertificate > & | certsIn | ) |
Definition at line 345 of file ksslcertificatemanager.cpp.
bool KSslCertificateManagerPrivate::setCertificateBlacklisted | ( | const QByteArray & | certHash, |
bool | isBlacklisted | ||
) |
Definition at line 420 of file ksslcertificatemanager.cpp.
bool KSslCertificateManagerPrivate::updateCertificateBlacklisted | ( | const KSslCaCertificate & | cert | ) |
Definition at line 414 of file ksslcertificatemanager.cpp.
Member Data Documentation
QMutex KSslCertificateManagerPrivate::certListMutex |
Definition at line 91 of file ksslcertificatemanager_p.h.
KConfig KSslCertificateManagerPrivate::config |
Definition at line 82 of file ksslcertificatemanager_p.h.
QList<QSslCertificate> KSslCertificateManagerPrivate::defaultCaCertificates |
Definition at line 87 of file ksslcertificatemanager_p.h.
org::kde::KSSLDInterface* KSslCertificateManagerPrivate::iface |
Definition at line 83 of file ksslcertificatemanager_p.h.
bool KSslCertificateManagerPrivate::isCertListLoaded |
Definition at line 92 of file ksslcertificatemanager_p.h.
QSet<QByteArray> KSslCertificateManagerPrivate::knownCerts |
Definition at line 90 of file ksslcertificatemanager_p.h.
QHash<KSslError::Error, QString> KSslCertificateManagerPrivate::sslErrorToString |
Definition at line 85 of file ksslcertificatemanager_p.h.
QHash<QString, KSslError::Error> KSslCertificateManagerPrivate::stringToSslError |
Definition at line 84 of file ksslcertificatemanager_p.h.
QString KSslCertificateManagerPrivate::userCertDir |
Definition at line 93 of file ksslcertificatemanager_p.h.
The documentation for this class was generated from the following files:
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.