KDECore
KSslError Class Reference
#include <ktcpsocket.h>
Public Types | |
enum | Error { NoError = 0, UnknownError, InvalidCertificateAuthorityCertificate, InvalidCertificate, CertificateSignatureFailed, SelfSignedCertificate, ExpiredCertificate, RevokedCertificate, InvalidCertificatePurpose, RejectedCertificate, UntrustedCertificate, NoPeerCertificate, HostNameMismatch, PathLengthExceeded } |
Public Member Functions | |
QSslCertificate | certificate () const |
Error | error () const |
QString | errorString () const |
KSslError (const KSslError &other) | |
KSslError (const QSslError &error) | |
KSslError (KSslError::Error error=NoError, const QSslCertificate &cert=QSslCertificate()) | |
KSslError & | operator= (const KSslError &other) |
~KSslError () |
Detailed Description
Definition at line 98 of file ktcpsocket.h.
Member Enumeration Documentation
enum KSslError::Error |
- Enumerator:
Definition at line 101 of file ktcpsocket.h.
Constructor & Destructor Documentation
KSslError::KSslError | ( | KSslError::Error | error = NoError , |
|
const QSslCertificate & | cert = QSslCertificate() | |||
) |
Definition at line 189 of file ktcpsocket.cpp.
KSslError::KSslError | ( | const QSslError & | error | ) |
Definition at line 197 of file ktcpsocket.cpp.
KSslError::KSslError | ( | const KSslError & | other | ) |
Definition at line 205 of file ktcpsocket.cpp.
KSslError::~KSslError | ( | ) |
Definition at line 212 of file ktcpsocket.cpp.
Member Function Documentation
QSslCertificate KSslError::certificate | ( | ) | const |
Definition at line 237 of file ktcpsocket.cpp.
KSslError::Error KSslError::error | ( | ) | const |
Definition at line 225 of file ktcpsocket.cpp.
QString KSslError::errorString | ( | ) | const |
Definition at line 231 of file ktcpsocket.cpp.
Definition at line 218 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files: