KDECore
#include <ksslcertificatemanager.h>
Public Member Functions | |
| KSslCertificateRule (const QSslCertificate &cert=QSslCertificate(), const QString &hostName=QString()) | |
| KSslCertificateRule (const KSslCertificateRule &other) | |
| ~KSslCertificateRule () | |
| QSslCertificate | certificate () const |
| QDateTime | expiryDateTime () const |
| QList< KSslError::Error > | filterErrors (const QList< KSslError::Error > &errors) const |
| QList< KSslError > | filterErrors (const QList< KSslError > &errors) const |
| QString | hostName () const |
| QList< KSslError::Error > | ignoredErrors () const |
| bool | isErrorIgnored (KSslError::Error error) const |
| bool | isRejected () const |
| KSslCertificateRule & | operator= (const KSslCertificateRule &other) |
| void | setExpiryDateTime (const QDateTime &dateTime) |
| void | setIgnoredErrors (const QList< KSslError::Error > &errors) |
| void | setIgnoredErrors (const QList< KSslError > &errors) |
| void | setRejected (bool rejected) |
Detailed Description
Definition at line 37 of file ksslcertificatemanager.h.
Constructor & Destructor Documentation
| KSslCertificateRule::KSslCertificateRule | ( | const QSslCertificate & | cert = QSslCertificate(), |
| const QString & | hostName = QString() |
||
| ) |
Definition at line 69 of file ksslcertificatemanager.cpp.
| KSslCertificateRule::KSslCertificateRule | ( | const KSslCertificateRule & | other | ) |
Definition at line 78 of file ksslcertificatemanager.cpp.
| KSslCertificateRule::~KSslCertificateRule | ( | ) |
Definition at line 85 of file ksslcertificatemanager.cpp.
Member Function Documentation
| QSslCertificate KSslCertificateRule::certificate | ( | ) | const |
Definition at line 98 of file ksslcertificatemanager.cpp.
| QDateTime KSslCertificateRule::expiryDateTime | ( | ) | const |
Definition at line 116 of file ksslcertificatemanager.cpp.
| QList< KSslError::Error > KSslCertificateRule::filterErrors | ( | const QList< KSslError::Error > & | errors | ) | const |
Definition at line 169 of file ksslcertificatemanager.cpp.
Definition at line 180 of file ksslcertificatemanager.cpp.
| QString KSslCertificateRule::hostName | ( | ) | const |
Definition at line 104 of file ksslcertificatemanager.cpp.
| QList< KSslError::Error > KSslCertificateRule::ignoredErrors | ( | ) | const |
Definition at line 163 of file ksslcertificatemanager.cpp.
| bool KSslCertificateRule::isErrorIgnored | ( | KSslError::Error | error | ) | const |
Definition at line 134 of file ksslcertificatemanager.cpp.
| bool KSslCertificateRule::isRejected | ( | ) | const |
Definition at line 128 of file ksslcertificatemanager.cpp.
| KSslCertificateRule & KSslCertificateRule::operator= | ( | const KSslCertificateRule & | other | ) |
Definition at line 91 of file ksslcertificatemanager.cpp.
| void KSslCertificateRule::setExpiryDateTime | ( | const QDateTime & | dateTime | ) |
Definition at line 110 of file ksslcertificatemanager.cpp.
| void KSslCertificateRule::setIgnoredErrors | ( | const QList< KSslError::Error > & | errors | ) |
Definition at line 144 of file ksslcertificatemanager.cpp.
Definition at line 154 of file ksslcertificatemanager.cpp.
| void KSslCertificateRule::setRejected | ( | bool | rejected | ) |
Definition at line 122 of file ksslcertificatemanager.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference