QtNetwork/qsslerror.h Source File
Go to the documentation of this file.
57 class QSslErrorPrivate;
58 class Q_NETWORK_EXPORT QSslError
63 UnableToGetIssuerCertificate,
64 UnableToDecryptCertificateSignature,
65 UnableToDecodeIssuerPublicKey,
66 CertificateSignatureFailed,
67 CertificateNotYetValid,
69 InvalidNotBeforeField,
71 SelfSignedCertificate,
72 SelfSignedCertificateInChain,
73 UnableToGetLocalIssuerCertificate,
74 UnableToVerifyFirstCertificate,
81 SubjectIssuerMismatch,
82 AuthorityIssuerSerialNumberMismatch,
86 CertificateBlacklisted,
93 QSslError(SslError error);
94 QSslError(SslError error,
const QSslCertificate &certificate);
96 QSslError(
const QSslError &other);
99 QSslError &operator=(
const QSslError &other);
100 bool operator==(
const QSslError &other)
const;
101 inline bool operator!=(
const QSslError &other)
const
102 {
return !(*
this == other); }
104 SslError error()
const;
106 QSslCertificate certificate()
const;
112 #ifndef QT_NO_DEBUG_STREAM
118 #endif // QT_NO_OPENSSL
mudbox::Vector & operator<<(mudbox::Vector &v, const HWVector &r)
bool operator==(const Attribute &cA, const AttributeInstance< type > &cB)
This operator compares the two attributes and NOT their values.
#define QT_BEGIN_NAMESPACE
bool operator!=(const QByteArray &a1, const QByteArray &a2)