API reference - Class QSslError

Notation used in Ruby API documentation

Module: QtNetwork

Description: Binding of QSslError

Sub-classes: SslError, QFlags_SslError

Public constructors

new QSslErrornewConstructor QSslError::QSslError()
new QSslErrornew(const QSslError_SslError error)Constructor QSslError::QSslError(QSslError::SslError error)
new QSslErrornew(const QSslError_SslError error,
const QSslCertificate certificate)
Constructor QSslError::QSslError(QSslError::SslError error, const QSslCertificate &certificate)
new QSslErrornew(const QSslError other)Constructor QSslError::QSslError(const QSslError &other)

Public methods

[const]bool!=(const QSslError other)Method bool QSslError::operator!=(const QSslError &other)
[const]bool==(const QSslError other)Method bool QSslError::operator==(const QSslError &other)
void_assign(const QSslError other)Assigns another object to self
void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
QSslErrorassign(const QSslError other)Method QSslError &QSslError::operator=(const QSslError &other)
[const]QSslCertificatecertificateMethod QSslCertificate QSslError::certificate()
[const]new QSslError ptrdupCreates a copy of self
[const]QSslError_SslErrorerrorMethod QSslError::SslError QSslError::error()
[const]stringerrorStringMethod QString QSslError::errorString()
voidswap(QSslError other)Method void QSslError::swap(QSslError &other)

Public static methods and constants

[static,const]QSslError_SslErrorAuthorityIssuerSerialNumberMismatchEnum constant QSslError::AuthorityIssuerSerialNumberMismatch
[static,const]QSslError_SslErrorCertificateBlacklistedEnum constant QSslError::CertificateBlacklisted
[static,const]QSslError_SslErrorCertificateExpiredEnum constant QSslError::CertificateExpired
[static,const]QSslError_SslErrorCertificateNotYetValidEnum constant QSslError::CertificateNotYetValid
[static,const]QSslError_SslErrorCertificateRejectedEnum constant QSslError::CertificateRejected
[static,const]QSslError_SslErrorCertificateRevokedEnum constant QSslError::CertificateRevoked
[static,const]QSslError_SslErrorCertificateSignatureFailedEnum constant QSslError::CertificateSignatureFailed
[static,const]QSslError_SslErrorCertificateUntrustedEnum constant QSslError::CertificateUntrusted
[static,const]QSslError_SslErrorHostNameMismatchEnum constant QSslError::HostNameMismatch
[static,const]QSslError_SslErrorInvalidCaCertificateEnum constant QSslError::InvalidCaCertificate
[static,const]QSslError_SslErrorInvalidNotAfterFieldEnum constant QSslError::InvalidNotAfterField
[static,const]QSslError_SslErrorInvalidNotBeforeFieldEnum constant QSslError::InvalidNotBeforeField
[static,const]QSslError_SslErrorInvalidPurposeEnum constant QSslError::InvalidPurpose
[static,const]QSslError_SslErrorNoErrorEnum constant QSslError::NoError
[static,const]QSslError_SslErrorNoPeerCertificateEnum constant QSslError::NoPeerCertificate
[static,const]QSslError_SslErrorNoSslSupportEnum constant QSslError::NoSslSupport
[static,const]QSslError_SslErrorPathLengthExceededEnum constant QSslError::PathLengthExceeded
[static,const]QSslError_SslErrorSelfSignedCertificateEnum constant QSslError::SelfSignedCertificate
[static,const]QSslError_SslErrorSelfSignedCertificateInChainEnum constant QSslError::SelfSignedCertificateInChain
[static,const]QSslError_SslErrorSubjectIssuerMismatchEnum constant QSslError::SubjectIssuerMismatch
[static,const]QSslError_SslErrorUnableToDecodeIssuerPublicKeyEnum constant QSslError::UnableToDecodeIssuerPublicKey
[static,const]QSslError_SslErrorUnableToDecryptCertificateSignatureEnum constant QSslError::UnableToDecryptCertificateSignature
[static,const]QSslError_SslErrorUnableToGetIssuerCertificateEnum constant QSslError::UnableToGetIssuerCertificate
[static,const]QSslError_SslErrorUnableToGetLocalIssuerCertificateEnum constant QSslError::UnableToGetLocalIssuerCertificate
[static,const]QSslError_SslErrorUnableToVerifyFirstCertificateEnum constant QSslError::UnableToVerifyFirstCertificate
[static,const]QSslError_SslErrorUnspecifiedErrorEnum constant QSslError::UnspecifiedError

Deprecated methods (protected, public, static, non-static and constructors)

voidcreateUse of this method is deprecated. Use _create instead
voiddestroyUse of this method is deprecated. Use _destroy instead
[const]booldestroyed?Use of this method is deprecated. Use _destroyed? instead
[const]boolis_const_object?Use of this method is deprecated. Use _is_const_object? instead

Detailed description

!=

Signature: [const] bool != (const QSslError other)

Description: Method bool QSslError::operator!=(const QSslError &other)

==

Signature: [const] bool == (const QSslError other)

Description: Method bool QSslError::operator==(const QSslError &other)

AuthorityIssuerSerialNumberMismatch

Signature: [static,const] QSslError_SslError AuthorityIssuerSerialNumberMismatch

Description: Enum constant QSslError::AuthorityIssuerSerialNumberMismatch

Python specific notes:
The object exposes a readable attribute 'AuthorityIssuerSerialNumberMismatch'. This is the getter.

CertificateBlacklisted

Signature: [static,const] QSslError_SslError CertificateBlacklisted

Description: Enum constant QSslError::CertificateBlacklisted

Python specific notes:
The object exposes a readable attribute 'CertificateBlacklisted'. This is the getter.

CertificateExpired

Signature: [static,const] QSslError_SslError CertificateExpired

Description: Enum constant QSslError::CertificateExpired

Python specific notes:
The object exposes a readable attribute 'CertificateExpired'. This is the getter.

CertificateNotYetValid

Signature: [static,const] QSslError_SslError CertificateNotYetValid

Description: Enum constant QSslError::CertificateNotYetValid

Python specific notes:
The object exposes a readable attribute 'CertificateNotYetValid'. This is the getter.

CertificateRejected

Signature: [static,const] QSslError_SslError CertificateRejected

Description: Enum constant QSslError::CertificateRejected

Python specific notes:
The object exposes a readable attribute 'CertificateRejected'. This is the getter.

CertificateRevoked

Signature: [static,const] QSslError_SslError CertificateRevoked

Description: Enum constant QSslError::CertificateRevoked

Python specific notes:
The object exposes a readable attribute 'CertificateRevoked'. This is the getter.

CertificateSignatureFailed

Signature: [static,const] QSslError_SslError CertificateSignatureFailed

Description: Enum constant QSslError::CertificateSignatureFailed

Python specific notes:
The object exposes a readable attribute 'CertificateSignatureFailed'. This is the getter.

CertificateUntrusted

Signature: [static,const] QSslError_SslError CertificateUntrusted

Description: Enum constant QSslError::CertificateUntrusted

Python specific notes:
The object exposes a readable attribute 'CertificateUntrusted'. This is the getter.

HostNameMismatch

Signature: [static,const] QSslError_SslError HostNameMismatch

Description: Enum constant QSslError::HostNameMismatch

Python specific notes:
The object exposes a readable attribute 'HostNameMismatch'. This is the getter.

InvalidCaCertificate

Signature: [static,const] QSslError_SslError InvalidCaCertificate

Description: Enum constant QSslError::InvalidCaCertificate

Python specific notes:
The object exposes a readable attribute 'InvalidCaCertificate'. This is the getter.

InvalidNotAfterField

Signature: [static,const] QSslError_SslError InvalidNotAfterField

Description: Enum constant QSslError::InvalidNotAfterField

Python specific notes:
The object exposes a readable attribute 'InvalidNotAfterField'. This is the getter.

InvalidNotBeforeField

Signature: [static,const] QSslError_SslError InvalidNotBeforeField

Description: Enum constant QSslError::InvalidNotBeforeField

Python specific notes:
The object exposes a readable attribute 'InvalidNotBeforeField'. This is the getter.

InvalidPurpose

Signature: [static,const] QSslError_SslError InvalidPurpose

Description: Enum constant QSslError::InvalidPurpose

Python specific notes:
The object exposes a readable attribute 'InvalidPurpose'. This is the getter.

NoError

Signature: [static,const] QSslError_SslError NoError

Description: Enum constant QSslError::NoError

Python specific notes:
The object exposes a readable attribute 'NoError'. This is the getter.

NoPeerCertificate

Signature: [static,const] QSslError_SslError NoPeerCertificate

Description: Enum constant QSslError::NoPeerCertificate

Python specific notes:
The object exposes a readable attribute 'NoPeerCertificate'. This is the getter.

NoSslSupport

Signature: [static,const] QSslError_SslError NoSslSupport

Description: Enum constant QSslError::NoSslSupport

Python specific notes:
The object exposes a readable attribute 'NoSslSupport'. This is the getter.

PathLengthExceeded

Signature: [static,const] QSslError_SslError PathLengthExceeded

Description: Enum constant QSslError::PathLengthExceeded

Python specific notes:
The object exposes a readable attribute 'PathLengthExceeded'. This is the getter.

SelfSignedCertificate

Signature: [static,const] QSslError_SslError SelfSignedCertificate

Description: Enum constant QSslError::SelfSignedCertificate

Python specific notes:
The object exposes a readable attribute 'SelfSignedCertificate'. This is the getter.

SelfSignedCertificateInChain

Signature: [static,const] QSslError_SslError SelfSignedCertificateInChain

Description: Enum constant QSslError::SelfSignedCertificateInChain

Python specific notes:
The object exposes a readable attribute 'SelfSignedCertificateInChain'. This is the getter.

SubjectIssuerMismatch

Signature: [static,const] QSslError_SslError SubjectIssuerMismatch

Description: Enum constant QSslError::SubjectIssuerMismatch

Python specific notes:
The object exposes a readable attribute 'SubjectIssuerMismatch'. This is the getter.

UnableToDecodeIssuerPublicKey

Signature: [static,const] QSslError_SslError UnableToDecodeIssuerPublicKey

Description: Enum constant QSslError::UnableToDecodeIssuerPublicKey

Python specific notes:
The object exposes a readable attribute 'UnableToDecodeIssuerPublicKey'. This is the getter.

UnableToDecryptCertificateSignature

Signature: [static,const] QSslError_SslError UnableToDecryptCertificateSignature

Description: Enum constant QSslError::UnableToDecryptCertificateSignature

Python specific notes:
The object exposes a readable attribute 'UnableToDecryptCertificateSignature'. This is the getter.

UnableToGetIssuerCertificate

Signature: [static,const] QSslError_SslError UnableToGetIssuerCertificate

Description: Enum constant QSslError::UnableToGetIssuerCertificate

Python specific notes:
The object exposes a readable attribute 'UnableToGetIssuerCertificate'. This is the getter.

UnableToGetLocalIssuerCertificate

Signature: [static,const] QSslError_SslError UnableToGetLocalIssuerCertificate

Description: Enum constant QSslError::UnableToGetLocalIssuerCertificate

Python specific notes:
The object exposes a readable attribute 'UnableToGetLocalIssuerCertificate'. This is the getter.

UnableToVerifyFirstCertificate

Signature: [static,const] QSslError_SslError UnableToVerifyFirstCertificate

Description: Enum constant QSslError::UnableToVerifyFirstCertificate

Python specific notes:
The object exposes a readable attribute 'UnableToVerifyFirstCertificate'. This is the getter.

UnspecifiedError

Signature: [static,const] QSslError_SslError UnspecifiedError

Description: Enum constant QSslError::UnspecifiedError

Python specific notes:
The object exposes a readable attribute 'UnspecifiedError'. This is the getter.

_assign

Signature: void _assign (const QSslError other)

Description: Assigns another object to self

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

assign

Signature: QSslError assign (const QSslError other)

Description: Method QSslError &QSslError::operator=(const QSslError &other)

certificate

Signature: [const] QSslCertificate certificate

Description: Method QSslCertificate QSslError::certificate()

create

Signature: void create

Description: Ensures the C++ object is created

Use of this method is deprecated. Use _create instead

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

destroy

Signature: void destroy

Description: Explicitly destroys the object

Use of this method is deprecated. Use _destroy instead

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

destroyed?

Signature: [const] bool destroyed?

Description: Returns a value indicating whether the object was already destroyed

Use of this method is deprecated. Use _destroyed? instead

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

dup

Signature: [const] new QSslError ptr dup

Description: Creates a copy of self

Python specific notes:
This method also implements '__copy__' and '__deepcopy__'.

error

Signature: [const] QSslError_SslError error

Description: Method QSslError::SslError QSslError::error()

errorString

Signature: [const] string errorString

Description: Method QString QSslError::errorString()

is_const_object?

Signature: [const] bool is_const_object?

Description: Returns a value indicating whether the reference is a const reference

Use of this method is deprecated. Use _is_const_object? instead

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

new

(1) Signature: [static] new QSslError new

Description: Constructor QSslError::QSslError()

This method creates an object of class QSslError.

Python specific notes:
This method is the default initializer of the object.

(2) Signature: [static] new QSslError new (const QSslError_SslError error)

Description: Constructor QSslError::QSslError(QSslError::SslError error)

This method creates an object of class QSslError.

Python specific notes:
This method is the default initializer of the object.

(3) Signature: [static] new QSslError new (const QSslError_SslError error, const QSslCertificate certificate)

Description: Constructor QSslError::QSslError(QSslError::SslError error, const QSslCertificate &certificate)

This method creates an object of class QSslError.

Python specific notes:
This method is the default initializer of the object.

(4) Signature: [static] new QSslError new (const QSslError other)

Description: Constructor QSslError::QSslError(const QSslError &other)

This method creates an object of class QSslError.

Python specific notes:
This method is the default initializer of the object.

swap

Signature: void swap (QSslError other)

Description: Method void QSslError::swap(QSslError &other)