KIO
KSSLCertificateHome Class Reference
#include <ksslcertificatehome.h>
Public Types | |
| enum | KSSLAuthAction { AuthNone, AuthSend, AuthPrompt, AuthDont } |
Static Public Member Functions | |
| static bool | addCertificate (KSSLPKCS12 *cert, const QString &passToStore=QString()) |
| static bool | addCertificate (const QString &filename, const QString &password, bool storePass=false) |
| static bool | deleteCertificate (KSSLPKCS12 *cert) |
| static bool | deleteCertificate (const QString &filename, const QString &password) |
| static bool | deleteCertificateByName (const QString &name) |
| static KSSLPKCS12 * | getCertificateByHost (const QString &host, const QString &password, KSSLAuthAction *aa) |
| static KSSLPKCS12 * | getCertificateByName (const QString &name) |
| static KSSLPKCS12 * | getCertificateByName (const QString &name, const QString &password) |
| static QStringList | getCertificateList () |
| static KSSLPKCS12 * | getDefaultCertificate (KSSLAuthAction *aa=NULL) |
| static KSSLPKCS12 * | getDefaultCertificate (const QString &password, KSSLAuthAction *aa=NULL) |
| static QString | getDefaultCertificateName (KSSLAuthAction *aa=NULL) |
| static QString | getDefaultCertificateName (const QString &host, KSSLAuthAction *aa=NULL) |
| static bool | hasCertificateByName (const QString &name) |
| static void | setDefaultCertificate (KSSLPKCS12 *cert, const QString &host, bool send=true, bool prompt=false) |
| static void | setDefaultCertificate (const QString &name, const QString &host, bool send=true, bool prompt=false) |
| static void | setDefaultCertificate (KSSLPKCS12 *cert, bool send=true, bool prompt=false) |
| static void | setDefaultCertificate (const QString &name, bool send=true, bool prompt=false) |
Detailed Description
Definition at line 31 of file ksslcertificatehome.h.
Member Enumeration Documentation
Definition at line 36 of file ksslcertificatehome.h.
Member Function Documentation
| bool KSSLCertificateHome::addCertificate | ( | KSSLPKCS12 * | cert, | |
| const QString & | passToStore = QString() | |||
| ) | [static] |
Definition at line 65 of file ksslcertificatehome.cpp.
| bool KSSLCertificateHome::addCertificate | ( | const QString & | filename, | |
| const QString & | password, | |||
| bool | storePass = false | |||
| ) | [static] |
Definition at line 53 of file ksslcertificatehome.cpp.
| bool KSSLCertificateHome::deleteCertificate | ( | KSSLPKCS12 * | cert | ) | [static] |
Definition at line 88 of file ksslcertificatehome.cpp.
| bool KSSLCertificateHome::deleteCertificate | ( | const QString & | filename, | |
| const QString & | password | |||
| ) | [static] |
Definition at line 77 of file ksslcertificatehome.cpp.
| bool KSSLCertificateHome::deleteCertificateByName | ( | const QString & | name | ) | [static] |
Definition at line 94 of file ksslcertificatehome.cpp.
| KSSLPKCS12 * KSSLCertificateHome::getCertificateByHost | ( | const QString & | host, | |
| const QString & | password, | |||
| KSSLAuthAction * | aa | |||
| ) | [static] |
Definition at line 133 of file ksslcertificatehome.cpp.
| KSSLPKCS12 * KSSLCertificateHome::getCertificateByName | ( | const QString & | name | ) | [static] |
Definition at line 116 of file ksslcertificatehome.cpp.
| KSSLPKCS12 * KSSLCertificateHome::getCertificateByName | ( | const QString & | name, | |
| const QString & | password | |||
| ) | [static] |
Definition at line 105 of file ksslcertificatehome.cpp.
| QStringList KSSLCertificateHome::getCertificateList | ( | ) | [static] |
Definition at line 28 of file ksslcertificatehome.cpp.
| KSSLPKCS12 * KSSLCertificateHome::getDefaultCertificate | ( | KSSLAuthAction * | aa = NULL |
) | [static] |
Definition at line 195 of file ksslcertificatehome.cpp.
| KSSLPKCS12 * KSSLCertificateHome::getDefaultCertificate | ( | const QString & | password, | |
| KSSLAuthAction * | aa = NULL | |||
| ) | [static] |
Definition at line 183 of file ksslcertificatehome.cpp.
| QString KSSLCertificateHome::getDefaultCertificateName | ( | KSSLAuthAction * | aa = NULL |
) | [static] |
Definition at line 165 of file ksslcertificatehome.cpp.
| QString KSSLCertificateHome::getDefaultCertificateName | ( | const QString & | host, | |
| KSSLAuthAction * | aa = NULL | |||
| ) | [static] |
Definition at line 140 of file ksslcertificatehome.cpp.
| bool KSSLCertificateHome::hasCertificateByName | ( | const QString & | name | ) | [static] |
Definition at line 127 of file ksslcertificatehome.cpp.
| void KSSLCertificateHome::setDefaultCertificate | ( | KSSLPKCS12 * | cert, | |
| const QString & | host, | |||
| bool | send = true, |
|||
| bool | prompt = false | |||
| ) | [static] |
Definition at line 47 of file ksslcertificatehome.cpp.
| void KSSLCertificateHome::setDefaultCertificate | ( | const QString & | name, | |
| const QString & | host, | |||
| bool | send = true, |
|||
| bool | prompt = false | |||
| ) | [static] |
Definition at line 35 of file ksslcertificatehome.cpp.
| void KSSLCertificateHome::setDefaultCertificate | ( | KSSLPKCS12 * | cert, | |
| bool | send = true, |
|||
| bool | prompt = false | |||
| ) | [static] |
Definition at line 218 of file ksslcertificatehome.cpp.
| void KSSLCertificateHome::setDefaultCertificate | ( | const QString & | name, | |
| bool | send = true, |
|||
| bool | prompt = false | |||
| ) | [static] |
Definition at line 208 of file ksslcertificatehome.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference