KSslCertificateManager
KSslCertificateManager Class Reference
#include <ksslcertificatemanager.h>
Public Member Functions | |
QList< QSslCertificate > | caCertificates () const |
void | clearRule (const KSslCertificateRule &rule) |
void | clearRule (const QSslCertificate &cert, const QString &hostName) |
QList< QSslCertificate > | rootCertificates () const |
KSslCertificateRule | rule (const QSslCertificate &cert, const QString &hostName) const |
void | setRule (const KSslCertificateRule &rule) |
Static Public Member Functions | |
static QList< KSslError > | nonIgnorableErrors (const QList< KSslError > &errors) |
static QList< KSslError::Error > | nonIgnorableErrors (const QList< KSslError::Error > &errors) |
static QList< QSslError > | nonIgnorableErrors (const QList< QSslError > &errors) |
static KSslCertificateManager * | self () |
Detailed Description
Certificate manager.
Definition at line 96 of file ksslcertificatemanager.h.
Member Function Documentation
◆ nonIgnorableErrors() [1/3]
|
static |
- Deprecated:
- since 5.64, use the corresponding QSslError variant.
Definition at line 499 of file ksslcertificatemanager.cpp.
◆ nonIgnorableErrors() [2/3]
|
static |
- Deprecated:
- since 5.64, use the corresponding QSslError variant.
Definition at line 512 of file ksslcertificatemanager.cpp.
◆ nonIgnorableErrors() [3/3]
|
static |
Returns the subset of errors
that cannot be ignored, ie.
that is considered fatal.
- Since
- 5.64
Definition at line 523 of file ksslcertificatemanager.cpp.
◆ rootCertificates()
|
inline |
- Deprecated:
- Since 4.6, use caCertificates() instead
Definition at line 108 of file ksslcertificatemanager.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:52:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:52:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.