QSslError Class ReferenceThe QSslError class provides an SSL error. More... #include <QSslError> Note: All functions in this class are reentrant. This class was introduced in Qt 4.3. Public Types
Public Functions
Detailed DescriptionThe QSslError class provides an SSL error. QSslError provides a simple API for managing errors during QSslSocket's SSL handshake. See also QSslSocket, QSslCertificate, and QSslCipher. Member Type Documentation
|
Constant | Value |
---|---|
QSslError::NoError | 0 |
QSslError::UnableToGetIssuerCertificate | 1 |
QSslError::UnableToDecryptCertificateSignature | 2 |
QSslError::UnableToDecodeIssuerPublicKey | 3 |
QSslError::CertificateSignatureFailed | 4 |
QSslError::CertificateNotYetValid | 5 |
QSslError::CertificateExpired | 6 |
QSslError::InvalidNotBeforeField | 7 |
QSslError::InvalidNotAfterField | 8 |
QSslError::SelfSignedCertificate | 9 |
QSslError::SelfSignedCertificateInChain | 10 |
QSslError::UnableToGetLocalIssuerCertificate | 11 |
QSslError::UnableToVerifyFirstCertificate | 12 |
QSslError::CertificateRevoked | 13 |
QSslError::InvalidCaCertificate | 14 |
QSslError::PathLengthExceeded | 15 |
QSslError::InvalidPurpose | 16 |
QSslError::CertificateUntrusted | 17 |
QSslError::CertificateRejected | 18 |
QSslError::SubjectIssuerMismatch | 19 |
QSslError::AuthorityIssuerSerialNumberMismatch | 20 |
QSslError::NoPeerCertificate | 21 |
QSslError::HostNameMismatch | 22 |
QSslError::UnspecifiedError | -1 |
QSslError::NoSslSupport | 23 |
See also QSslError::errorString().
Constructs a QSslError object with no error and default certificate.
Constructs a QSslError object. The argument specifies the error that occurred.
Constructs a QSslError object. The two arguments specify the error that occurred, and which certificate the error relates to.
See also QSslCertificate.
Constructs an identical copy of other.
Destroys the QSslError object.
Returns the certificate associated with this error, or a null certificate if the error does not relate to any certificate.
See also error() and errorString().
Returns the type of the error.
See also errorString() and certificate().
Returns a short localized human-readable description of the error.
See also error() and certificate().
Returns true if this error is not equal to other; otherwise returns false.
This function was introduced in Qt 4.4.
Assigns the contents of other to this error.
This function was introduced in Qt 4.4.
Returns true if this error is equal to other; otherwise returns false.
This function was introduced in Qt 4.4.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.