Definition at line 58 of file qsslerror.h.
#include <qsslerror.h>
| enum SslError |
Definition at line 61 of file qsslerror.h.
{
NoError,
UnableToGetIssuerCertificate,
UnableToDecryptCertificateSignature,
UnableToDecodeIssuerPublicKey,
CertificateSignatureFailed,
CertificateNotYetValid,
CertificateExpired,
InvalidNotBeforeField,
InvalidNotAfterField,
SelfSignedCertificate,
SelfSignedCertificateInChain,
UnableToGetLocalIssuerCertificate,
UnableToVerifyFirstCertificate,
CertificateRevoked,
InvalidCaCertificate,
PathLengthExceeded,
InvalidPurpose,
CertificateUntrusted,
CertificateRejected,
SubjectIssuerMismatch, // hostname mismatch?
AuthorityIssuerSerialNumberMismatch,
NoPeerCertificate,
HostNameMismatch,
NoSslSupport,
UnspecifiedError = -1
};
| QSslError | ( | ) |
| QSslError | ( | SslError | error, |
| const QSslCertificate & | certificate | ||
| ) |
| ~QSslError | ( | ) |
| bool operator== | ( | const QSslError & | other | ) | const |
| bool operator!= | ( | const QSslError & | other | ) | const [inline] |
Definition at line 100 of file qsslerror.h.
{ return !(*this == other); }
| SslError error | ( | ) | const |
| QString errorString | ( | ) | const |
| QSslCertificate certificate | ( | ) | const |