#include <qsslerror.h>
Definition at line 58 of file qsslerror.h.
Public Member Functions | |
QSslError () | |
QSslError (SslError error) | |
QSslError (SslError error, const QSslCertificate &certificate) | |
QSslError (const QSslError &other) | |
~QSslError () | |
QSslError & | operator= (const QSslError &other) |
bool | operator== (const QSslError &other) const |
bool | operator!= (const QSslError &other) const |
SslError | error () const |
QString | errorString () const |
QSslCertificate | certificate () const |
enum SslError |
Definition at line 61 of file qsslerror.h.
QSslError | ( | ) |
QSslError | ( | SslError | error, |
const QSslCertificate & | certificate | ||
) |
~QSslError | ( | ) |
bool operator== | ( | const QSslError & | other | ) | const |
|
inline |
Definition at line 101 of file qsslerror.h.
SslError error | ( | ) | const |
QString errorString | ( | ) | const |
QSslCertificate certificate | ( | ) | const |