Public Types | Public Member Functions

QSslError Class Reference

Search for all occurrences

Detailed Description

Definition at line 58 of file qsslerror.h.

#include <qsslerror.h>

List of all members.

Public Types

enum   SslError {
  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 = -1
}

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

Member Enumeration Documentation

enum SslError
Enumerator:
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 

Definition at line 61 of file qsslerror.h.


Constructor & Destructor Documentation

QSslError ( )
QSslError ( SslError  error )
QSslError ( SslError  error,
const QSslCertificate certificate 
)
QSslError ( const QSslError other )
~QSslError ( )

Member Function Documentation

QSslError& operator= ( const QSslError other )
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

The documentation for this class was generated from the following file:

QSslError QSslError QSslError QSslError QSslError QSslError QSslError QSslError QSslError QSslError
QSslError QSslError QSslError QSslError QSslError QSslError QSslError QSslError QSslError QSslError