NAME

Qt::Network::QSslError

PUBLIC METHODS

QSslError()
QSslError(QSslError::SslError error)
QSslError(const QSslError & other)
QSslError(QSslError::SslError error, const QSslCertificate & certificate)
~QSslError()
QSslCertificate certificate()
QSslError::SslError error()
QString errorString()
bool operator!=(const QSslError & other)
QSslError & operator=(const QSslError & other)
bool operator==(const QSslError & other)

ENUM VALUES

NoError
UnableToGetIssuerCertificate
UnableToDecryptCertificateSignature
UnableToDecodeIssuerPublicKey
CertificateSignatureFailed
CertificateNotYetValid
CertificateExpired
InvalidNotBeforeField
InvalidNotAfterField
SelfSignedCertificate
SelfSignedCertificateInChain
UnableToGetLocalIssuerCertificate
UnableToVerifyFirstCertificate
CertificateRevoked
InvalidCaCertificate
PathLengthExceeded
InvalidPurpose
CertificateUntrusted
CertificateRejected
SubjectIssuerMismatch
AuthorityIssuerSerialNumberMismatch
NoPeerCertificate
HostNameMismatch
NoSslSupport
UnspecifiedError

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html