KSSLCertificateHome Class Reference
List of all members.Detailed Description
Definition at line 31 of file ksslcertificatehome.h.
Public Types | |
AuthNone | |
AuthSend | |
AuthPrompt | |
AuthDont | |
enum | KSSLAuthAction { AuthNone, AuthSend, AuthPrompt, AuthDont } |
Static Public Member Functions | |
static KSSLPKCS12 * | getCertificateByHost (QString host, QString password, KSSLAuthAction *aa) |
static KSSLPKCS12 * | getCertificateByName (QString name, QString password) |
static KSSLPKCS12 * | getCertificateByName (QString name) |
static QString | getDefaultCertificateName (QString host, KSSLAuthAction *aa=NULL) |
static QString | getDefaultCertificateName (KSSLAuthAction *aa=NULL) |
static KSSLPKCS12 * | getDefaultCertificate (QString password, KSSLAuthAction *aa=NULL) |
static KSSLPKCS12 * | getDefaultCertificate (KSSLAuthAction *aa=NULL) |
static bool | hasCertificateByName (QString name) |
static void | setDefaultCertificate (QString name, bool send=true, bool prompt=false) |
static void | setDefaultCertificate (KSSLPKCS12 *cert, bool send=true, bool prompt=false) |
static void | setDefaultCertificate (QString name, QString host, bool send=true, bool prompt=false) |
static void | setDefaultCertificate (KSSLPKCS12 *cert, QString host, bool send=true, bool prompt=false) |
static bool | addCertificate (QString filename, QString password, bool storePass=false) |
static bool | addCertificate (KSSLPKCS12 *cert, QString passToStore=QString::null) |
static bool | deleteCertificate (const QString &filename, const QString &password) |
static bool | deleteCertificate (KSSLPKCS12 *cert) |
static bool | deleteCertificateByName (const QString &name) |
static QStringList | getCertificateList () |
The documentation for this class was generated from the following files: