#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) |
|
static KSSLPKCS12 * | getCertificateByName (const QString &name, const QString &password) |
|
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 (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 (KSSLPKCS12 *cert, const QString &host, bool send=true, bool prompt=false) |
|
Definition at line 31 of file ksslcertificatehome.h.
◆ KSSLAuthAction
◆ addCertificate() [1/2]
bool KSSLCertificateHome::addCertificate |
( |
const QString & | filename, |
|
|
const QString & | password, |
|
|
bool | storePass = false ) |
|
static |
◆ addCertificate() [2/2]
bool KSSLCertificateHome::addCertificate |
( |
KSSLPKCS12 * | cert, |
|
|
const QString & | passToStore = QString() ) |
|
static |
◆ deleteCertificate() [1/2]
bool KSSLCertificateHome::deleteCertificate |
( |
const QString & | filename, |
|
|
const QString & | password ) |
|
static |
◆ deleteCertificate() [2/2]
bool KSSLCertificateHome::deleteCertificate |
( |
KSSLPKCS12 * | cert | ) |
|
|
static |
◆ deleteCertificateByName()
bool KSSLCertificateHome::deleteCertificateByName |
( |
const QString & | name | ) |
|
|
static |
◆ getCertificateByHost()
KSSLPKCS12 * KSSLCertificateHome::getCertificateByHost |
( |
const QString & | host, |
|
|
const QString & | password, |
|
|
KSSLAuthAction * | aa ) |
|
static |
◆ getCertificateByName() [1/2]
KSSLPKCS12 * KSSLCertificateHome::getCertificateByName |
( |
const QString & | name | ) |
|
|
static |
◆ getCertificateByName() [2/2]
KSSLPKCS12 * KSSLCertificateHome::getCertificateByName |
( |
const QString & | name, |
|
|
const QString & | password ) |
|
static |
◆ getCertificateList()
QStringList KSSLCertificateHome::getCertificateList |
( |
| ) |
|
|
static |
◆ getDefaultCertificate() [1/2]
◆ getDefaultCertificate() [2/2]
◆ getDefaultCertificateName() [1/2]
QString KSSLCertificateHome::getDefaultCertificateName |
( |
const QString & | host, |
|
|
KSSLAuthAction * | aa = NULL ) |
|
static |
◆ getDefaultCertificateName() [2/2]
QString KSSLCertificateHome::getDefaultCertificateName |
( |
KSSLAuthAction * | aa = NULL | ) |
|
|
static |
◆ hasCertificateByName()
bool KSSLCertificateHome::hasCertificateByName |
( |
const QString & | name | ) |
|
|
static |
◆ setDefaultCertificate() [1/4]
void KSSLCertificateHome::setDefaultCertificate |
( |
const QString & | name, |
|
|
bool | send = true, |
|
|
bool | prompt = false ) |
|
static |
◆ setDefaultCertificate() [2/4]
void KSSLCertificateHome::setDefaultCertificate |
( |
const QString & | name, |
|
|
const QString & | host, |
|
|
bool | send = true, |
|
|
bool | prompt = false ) |
|
static |
◆ setDefaultCertificate() [3/4]
void KSSLCertificateHome::setDefaultCertificate |
( |
KSSLPKCS12 * | cert, |
|
|
bool | send = true, |
|
|
bool | prompt = false ) |
|
static |
◆ setDefaultCertificate() [4/4]
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-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by
doxygen 1.11.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.