KIO
#include <ksslcertificatehome.h>
|
static bool | addCertificate (const QString &filename, const QString &password, bool storePass=false) |
|
static bool | addCertificate (KSSLPKCS12 *cert, const QString &passToStore=QString()) |
|
static bool | deleteCertificate (const QString &filename, const QString &password) |
|
static bool | deleteCertificate (KSSLPKCS12 *cert) |
|
static bool | deleteCertificateByName (const QString &name) |
|
static KSSLPKCS12 * | getCertificateByHost (const QString &host, const QString &password, KSSLAuthAction *aa) |
|
static KSSLPKCS12 * | getCertificateByName (const QString &name, const QString &password) |
|
static KSSLPKCS12 * | getCertificateByName (const QString &name) |
|
static QStringList | getCertificateList () |
|
static KSSLPKCS12 * | getDefaultCertificate (const QString &password, KSSLAuthAction *aa=NULL) |
|
static KSSLPKCS12 * | getDefaultCertificate (KSSLAuthAction *aa=NULL) |
|
static QString | getDefaultCertificateName (const QString &host, KSSLAuthAction *aa=NULL) |
|
static QString | getDefaultCertificateName (KSSLAuthAction *aa=NULL) |
|
static bool | hasCertificateByName (const QString &name) |
|
static void | setDefaultCertificate (const QString &name, bool send=true, bool prompt=false) |
|
static void | setDefaultCertificate (KSSLPKCS12 *cert, 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, const QString &host, bool send=true, bool prompt=false) |
|
Definition at line 31 of file ksslcertificatehome.h.
bool KSSLCertificateHome::addCertificate |
( |
const QString & |
filename, |
|
|
const QString & |
password, |
|
|
bool |
storePass = false |
|
) |
| |
|
static |
bool KSSLCertificateHome::deleteCertificate |
( |
const QString & |
filename, |
|
|
const QString & |
password |
|
) |
| |
|
static |
bool KSSLCertificateHome::deleteCertificateByName |
( |
const QString & |
name | ) |
|
|
static |
QStringList KSSLCertificateHome::getCertificateList |
( |
| ) |
|
|
static |
bool KSSLCertificateHome::hasCertificateByName |
( |
const QString & |
name | ) |
|
|
static |
void KSSLCertificateHome::setDefaultCertificate |
( |
const QString & |
name, |
|
|
bool |
send = true , |
|
|
bool |
prompt = false |
|
) |
| |
|
static |
void KSSLCertificateHome::setDefaultCertificate |
( |
KSSLPKCS12 * |
cert, |
|
|
bool |
send = true , |
|
|
bool |
prompt = false |
|
) |
| |
|
static |
void KSSLCertificateHome::setDefaultCertificate |
( |
const QString & |
name, |
|
|
const QString & |
host, |
|
|
bool |
send = true , |
|
|
bool |
prompt = false |
|
) |
| |
|
static |
void KSSLCertificateHome::setDefaultCertificate |
( |
KSSLPKCS12 * |
cert, |
|
|
const QString & |
host, |
|
|
bool |
send = true , |
|
|
bool |
prompt = false |
|
) |
| |
|
static |
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:50:04 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.