kio
KSSLCertificateCache Class Reference
#include <ksslcertificatecache.h>
Detailed Description
Definition at line 31 of file ksslcertificatecache.h.
Member Enumeration Documentation
Definition at line 34 of file ksslcertificatecache.h.
Constructor & Destructor Documentation
KSSLCertificateCache::KSSLCertificateCache | ( | ) |
Definition at line 43 of file ksslcertificatecache.cc.
KSSLCertificateCache::~KSSLCertificateCache | ( | ) |
Definition at line 48 of file ksslcertificatecache.cc.
Member Function Documentation
void KSSLCertificateCache::addCertificate | ( | KSSLCertificate & | cert, | |
KSSLCertificatePolicy | policy, | |||
bool | permanent = true | |||
) |
Definition at line 78 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::addHost | ( | KSSLCertificate & | cert, | |
QString & | host | |||
) |
Definition at line 300 of file ksslcertificatecache.cc.
KSSLCertificate * KSSLCertificateCache::getCertByMD5Digest | ( | const QString & | key | ) |
Definition at line 361 of file ksslcertificatecache.cc.
QStringList KSSLCertificateCache::getHostList | ( | KSSLCertificate & | cert | ) |
Definition at line 280 of file ksslcertificatecache.cc.
QStringList KSSLCertificateCache::getKDEKeyByEmail | ( | const QString & | ) |
Definition at line 341 of file ksslcertificatecache.cc.
KSSLCertificateCache::KSSLCertificatePolicy KSSLCertificateCache::getPolicyByCertificate | ( | KSSLCertificate & | cert | ) |
Definition at line 112 of file ksslcertificatecache.cc.
KSSLCertificateCache::KSSLCertificatePolicy KSSLCertificateCache::getPolicyByCN | ( | QString & | cn | ) |
Definition at line 93 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::isPermanent | ( | KSSLCertificate & | cert | ) |
Definition at line 172 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::modifyByCertificate | ( | KSSLCertificate & | cert, | |
KSSLCertificateCache::KSSLCertificatePolicy | policy, | |||
bool | permanent, | |||
QDateTime & | expires | |||
) |
Definition at line 257 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::modifyByCN | ( | QString & | cn, | |
KSSLCertificateCache::KSSLCertificatePolicy | policy, | |||
bool | permanent, | |||
QDateTime & | expires | |||
) |
Definition at line 234 of file ksslcertificatecache.cc.
void KSSLCertificateCache::reload | ( | ) |
Definition at line 68 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::removeByCertificate | ( | KSSLCertificate & | cert | ) |
Definition at line 213 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::removeByCN | ( | QString & | cn | ) |
Definition at line 193 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::removeHost | ( | KSSLCertificate & | cert, | |
QString & | host | |||
) |
Definition at line 321 of file ksslcertificatecache.cc.
void KSSLCertificateCache::saveToDisk | ( | ) |
Definition at line 53 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::seenCertificate | ( | KSSLCertificate & | cert | ) |
Definition at line 152 of file ksslcertificatecache.cc.
bool KSSLCertificateCache::seenCN | ( | QString & | cn | ) |
Definition at line 132 of file ksslcertificatecache.cc.
The documentation for this class was generated from the following files: