API reference - Class QSslSocket

Notation used in Ruby API documentation

Description: Binding of QSslSocket

Class hierarchy: QSslSocket » QTcpSocket » QAbstractSocket » QIODevice » QObject

Public constructors

new QSslSocketnew(QObject ptr parent = 0)Constructor QSslSocket::QSslSocket(QObject *parent)

Public methods

voidabortMethod void QSslSocket::abort()
voidaddCaCertificate(const QSslCertificate certificate)Method void QSslSocket::addCaCertificate(const QSslCertificate &certificate)
booladdCaCertificates(string path,
const QSsl_EncodingFormat format = QSsl::Pem,
const QRegExp_PatternSyntax syntax = QRegExp::FixedString)
Method bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)
voidaddCaCertificates(QSslCertificate[] certificates)Method void QSslSocket::addCaCertificates(const QList<QSslCertificate> &certificates)
[const]boolatEndMethod bool QSslSocket::atEnd()
[const]long longbytesAvailableMethod qint64 QSslSocket::bytesAvailable()
[const]long longbytesToWriteMethod qint64 QSslSocket::bytesToWrite()
[const]QSslCertificate[]caCertificatesMethod QList<QSslCertificate> QSslSocket::caCertificates()
voidcaCertificates=(QSslCertificate[] certificates)Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates)
[const]boolcanReadLineMethod bool QSslSocket::canReadLine()
[const]QSslCipher[]ciphersMethod QList<QSslCipher> QSslSocket::ciphers()
voidciphers=(QSslCipher[] ciphers)Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers)
voidciphers=(string ciphers)Method void QSslSocket::setCiphers(const QString &ciphers)
voidcloseMethod void QSslSocket::close()
voidconnectToHostEncrypted(string hostName,
unsigned short port,
const QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite)
Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<QIODevice::OpenModeFlag> mode)
voidconnectToHostEncrypted(string hostName,
unsigned short port,
string sslPeerName,
const QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite)
Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, QFlags<QIODevice::OpenModeFlag> mode)
voidcreateEnsures the C++ object is created
voiddestroyExplicitly destroy the object
[const]booldestroyed?Returns a value indicating whether the object was already destroyed
[const]long longencryptedBytesAvailableMethod qint64 QSslSocket::encryptedBytesAvailable()
[const]long longencryptedBytesToWriteMethod qint64 QSslSocket::encryptedBytesToWrite()
boolflushMethod bool QSslSocket::flush()
voidignoreSslErrors(QSslError[] errors)Method void QSslSocket::ignoreSslErrors(const QList<QSslError> &errors)
voidignoreSslErrorsMethod void QSslSocket::ignoreSslErrors()
[const]boolisEncryptedMethod bool QSslSocket::isEncrypted()
[const]boolisEncrypted?Method bool QSslSocket::isEncrypted()
[const]boolis_const_object?Returns a value indicating whether the reference is a const reference
[const]QSslCertificatelocalCertificateMethod QSslCertificate QSslSocket::localCertificate()
voidlocalCertificate=(const QSslCertificate certificate)Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate)
[const]QSslSocket_SslModemodeMethod QSslSocket::SslMode QSslSocket::mode()
[const]QSslCertificatepeerCertificateMethod QSslCertificate QSslSocket::peerCertificate()
[const]QSslCertificate[]peerCertificateChainMethod QList<QSslCertificate> QSslSocket::peerCertificateChain()
[const]intpeerVerifyDepthMethod int QSslSocket::peerVerifyDepth()
voidpeerVerifyDepth=(int depth)Method void QSslSocket::setPeerVerifyDepth(int depth)
[const]QSslSocket_PeerVerifyModepeerVerifyModeMethod QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode()
voidpeerVerifyMode=(const QSslSocket_PeerVerifyMode mode)Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode)
[const]QSslKeyprivateKeyMethod QSslKey QSslSocket::privateKey()
voidprivateKey=(const QSslKey key)Method void QSslSocket::setPrivateKey(const QSslKey &key)
[const]QSsl_SslProtocolprotocolMethod QSsl::SslProtocol QSslSocket::protocol()
voidprotocol=(const QSsl_SslProtocol protocol)Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol)
voidreadBufferSize=(long long size)Method void QSslSocket::setReadBufferSize(qint64 size)
[const]QSslCiphersessionCipherMethod QSslCipher QSslSocket::sessionCipher()
voidsetCaCertificates(QSslCertificate[] certificates)Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates)
voidsetCiphers(QSslCipher[] ciphers)Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers)
voidsetCiphers(string ciphers)Method void QSslSocket::setCiphers(const QString &ciphers)
voidsetLocalCertificate(const QSslCertificate certificate)Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate)
voidsetLocalCertificate(string fileName,
const QSsl_EncodingFormat format = QSsl::Pem)
Method void QSslSocket::setLocalCertificate(const QString &fileName, QSsl::EncodingFormat format)
voidsetPeerVerifyDepth(int depth)Method void QSslSocket::setPeerVerifyDepth(int depth)
voidsetPeerVerifyMode(const QSslSocket_PeerVerifyMode mode)Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode)
voidsetPrivateKey(const QSslKey key)Method void QSslSocket::setPrivateKey(const QSslKey &key)
voidsetPrivateKey(string fileName,
const QSsl_KeyAlgorithm algorithm = QSsl::Rsa,
const QSsl_EncodingFormat format = QSsl::Pem,
string passPhrase = QByteArray())
Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase)
voidsetProtocol(const QSsl_SslProtocol protocol)Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol)
voidsetReadBufferSize(long long size)Method void QSslSocket::setReadBufferSize(qint64 size)
boolsetSocketDescriptor(int socketDescriptor,
const QAbstractSocket_SocketState state = QAbstractSocket::ConnectedState,
const QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite)
Method bool QSslSocket::setSocketDescriptor(int socketDescriptor, QAbstractSocket::SocketState state, QFlags<QIODevice::OpenModeFlag> openMode)
voidsetSocketOption(const QAbstractSocket_SocketOption option,
const QVariant value)
Method void QSslSocket::setSocketOption(QAbstractSocket::SocketOption option, const QVariant &value)
voidsetSslConfiguration(const QSslConfiguration config)Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config)
QVariantsocketOption(const QAbstractSocket_SocketOption option)Method QVariant QSslSocket::socketOption(QAbstractSocket::SocketOption option)
[const]QSslConfigurationsslConfigurationMethod QSslConfiguration QSslSocket::sslConfiguration()
voidsslConfiguration=(const QSslConfiguration config)Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config)
[const]QSslError[]sslErrorsMethod QList<QSslError> QSslSocket::sslErrors()
voidstartClientEncryptionMethod void QSslSocket::startClientEncryption()
voidstartServerEncryptionMethod void QSslSocket::startServerEncryption()
boolwaitForBytesWritten(int msecs = 30000)Method bool QSslSocket::waitForBytesWritten(int msecs)
boolwaitForConnected(int msecs = 30000)Method bool QSslSocket::waitForConnected(int msecs)
boolwaitForDisconnected(int msecs = 30000)Method bool QSslSocket::waitForDisconnected(int msecs)
boolwaitForEncrypted(int msecs = 30000)Method bool QSslSocket::waitForEncrypted(int msecs)
boolwaitForReadyRead(int msecs = 30000)Method bool QSslSocket::waitForReadyRead(int msecs)

Public static methods and constants

QSslSocket_PeerVerifyModeAutoVerifyPeerEnum constant QSslSocket::AutoVerifyPeer
QSslSocket_PeerVerifyModeQueryPeerEnum constant QSslSocket::QueryPeer
QSslSocket_SslModeSslClientModeEnum constant QSslSocket::SslClientMode
QSslSocket_SslModeSslServerModeEnum constant QSslSocket::SslServerMode
QSslSocket_SslModeUnencryptedModeEnum constant QSslSocket::UnencryptedMode
QSslSocket_PeerVerifyModeVerifyNoneEnum constant QSslSocket::VerifyNone
QSslSocket_PeerVerifyModeVerifyPeerEnum constant QSslSocket::VerifyPeer
voidaddDefaultCaCertificate(const QSslCertificate certificate)Static method void QSslSocket::addDefaultCaCertificate(const QSslCertificate &certificate)
booladdDefaultCaCertificates(string path,
const QSsl_EncodingFormat format = QSsl::Pem,
const QRegExp_PatternSyntax syntax = QRegExp::FixedString)
Static method bool QSslSocket::addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)
voidaddDefaultCaCertificates(QSslCertificate[] certificates)Static method void QSslSocket::addDefaultCaCertificates(const QList<QSslCertificate> &certificates)
QSslCertificate[]defaultCaCertificatesStatic method QList<QSslCertificate> QSslSocket::defaultCaCertificates()
voiddefaultCaCertificates=(QSslCertificate[] certificates)Static method void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates)
QSslCipher[]defaultCiphersStatic method QList<QSslCipher> QSslSocket::defaultCiphers()
voiddefaultCiphers=(QSslCipher[] ciphers)Static method void QSslSocket::setDefaultCiphers(const QList<QSslCipher> &ciphers)
voidsetDefaultCaCertificates(QSslCertificate[] certificates)Static method void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates)
voidsetDefaultCiphers(QSslCipher[] ciphers)Static method void QSslSocket::setDefaultCiphers(const QList<QSslCipher> &ciphers)
QMetaObjectstaticMetaObjectObtains the static MetaObject for this class.
QSslCipher[]supportedCiphersStatic method QList<QSslCipher> QSslSocket::supportedCiphers()
boolsupportsSslStatic method bool QSslSocket::supportsSsl()
QSslCertificate[]systemCaCertificatesStatic method QList<QSslCertificate> QSslSocket::systemCaCertificates()
stringtr(string s,
string c = 0)
Static method QString QSslSocket::tr(const char *s, const char *c)
stringtr(string s,
string c,
int n)
Static method QString QSslSocket::tr(const char *s, const char *c, int n)
stringtrUtf8(string s,
string c = 0)
Static method QString QSslSocket::trUtf8(const char *s, const char *c)
stringtrUtf8(string s,
string c,
int n)
Static method QString QSslSocket::trUtf8(const char *s, const char *c, int n)

Detailed description

[static] QSslSocket_PeerVerifyMode AutoVerifyPeer

Description: Enum constant QSslSocket::AutoVerifyPeer

[static] QSslSocket_PeerVerifyMode QueryPeer

Description: Enum constant QSslSocket::QueryPeer

[static] QSslSocket_SslMode SslClientMode

Description: Enum constant QSslSocket::SslClientMode

[static] QSslSocket_SslMode SslServerMode

Description: Enum constant QSslSocket::SslServerMode

[static] QSslSocket_SslMode UnencryptedMode

Description: Enum constant QSslSocket::UnencryptedMode

[static] QSslSocket_PeerVerifyMode VerifyNone

Description: Enum constant QSslSocket::VerifyNone

[static] QSslSocket_PeerVerifyMode VerifyPeer

Description: Enum constant QSslSocket::VerifyPeer

void abort

Description: Method void QSslSocket::abort()

void addCaCertificate(const QSslCertificate certificate)

Description: Method void QSslSocket::addCaCertificate(const QSslCertificate &certificate)

bool addCaCertificates(string path,const QSsl_EncodingFormat format = QSsl::Pem,const QRegExp_PatternSyntax syntax = QRegExp::FixedString)

Description: Method bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)

void addCaCertificates(QSslCertificate[] certificates)

Description: Method void QSslSocket::addCaCertificates(const QList<QSslCertificate> &certificates)

[static] void addDefaultCaCertificate(const QSslCertificate certificate)

Description: Static method void QSslSocket::addDefaultCaCertificate(const QSslCertificate &certificate)

This method is static and can be called without an instance.

[static] bool addDefaultCaCertificates(string path,const QSsl_EncodingFormat format = QSsl::Pem,const QRegExp_PatternSyntax syntax = QRegExp::FixedString)

Description: Static method bool QSslSocket::addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)

This method is static and can be called without an instance.

[static] void addDefaultCaCertificates(QSslCertificate[] certificates)

Description: Static method void QSslSocket::addDefaultCaCertificates(const QList<QSslCertificate> &certificates)

This method is static and can be called without an instance.

[const] bool atEnd

Description: Method bool QSslSocket::atEnd()

This is a reimplementation of QAbstractSocket::atEnd

[const] long long bytesAvailable

Description: Method qint64 QSslSocket::bytesAvailable()

This is a reimplementation of QAbstractSocket::bytesAvailable

[const] long long bytesToWrite

Description: Method qint64 QSslSocket::bytesToWrite()

This is a reimplementation of QAbstractSocket::bytesToWrite

[const] QSslCertificate[] caCertificates

Description: Method QList<QSslCertificate> QSslSocket::caCertificates()

void caCertificates=(QSslCertificate[] certificates)

Description: Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates)

[const] bool canReadLine

Description: Method bool QSslSocket::canReadLine()

This is a reimplementation of QAbstractSocket::canReadLine

[const] QSslCipher[] ciphers

Description: Method QList<QSslCipher> QSslSocket::ciphers()

void ciphers=(QSslCipher[] ciphers)

Description: Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers)

void ciphers=(string ciphers)

Description: Method void QSslSocket::setCiphers(const QString &ciphers)

void close

Description: Method void QSslSocket::close()

This is a reimplementation of QAbstractSocket::close

void connectToHostEncrypted(string hostName,unsigned short port,const QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite)

Description: Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<QIODevice::OpenModeFlag> mode)

void connectToHostEncrypted(string hostName,unsigned short port,string sslPeerName,const QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite)

Description: Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, QFlags<QIODevice::OpenModeFlag> mode)

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.

[static] QSslCertificate[] defaultCaCertificates

Description: Static method QList<QSslCertificate> QSslSocket::defaultCaCertificates()

This method is static and can be called without an instance.

[static] void defaultCaCertificates=(QSslCertificate[] certificates)

Description: Static method void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates)

This method is static and can be called without an instance.

[static] QSslCipher[] defaultCiphers

Description: Static method QList<QSslCipher> QSslSocket::defaultCiphers()

This method is static and can be called without an instance.

[static] void defaultCiphers=(QSslCipher[] ciphers)

Description: Static method void QSslSocket::setDefaultCiphers(const QList<QSslCipher> &ciphers)

This method is static and can be called without an instance.

void destroy

Description: Explicitly destroy the object

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

[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.

[const] long long encryptedBytesAvailable

Description: Method qint64 QSslSocket::encryptedBytesAvailable()

[const] long long encryptedBytesToWrite

Description: Method qint64 QSslSocket::encryptedBytesToWrite()

bool flush

Description: Method bool QSslSocket::flush()

void ignoreSslErrors(QSslError[] errors)

Description: Method void QSslSocket::ignoreSslErrors(const QList<QSslError> &errors)

void ignoreSslErrors

Description: Method void QSslSocket::ignoreSslErrors()

[const] bool isEncrypted

Description: Method bool QSslSocket::isEncrypted()

[const] bool isEncrypted?

Description: Method bool QSslSocket::isEncrypted()

[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.

[const] QSslCertificate localCertificate

Description: Method QSslCertificate QSslSocket::localCertificate()

void localCertificate=(const QSslCertificate certificate)

Description: Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate)

[const] QSslSocket_SslMode mode

Description: Method QSslSocket::SslMode QSslSocket::mode()

[static] new QSslSocket new(QObject ptr parent = 0)

Description: Constructor QSslSocket::QSslSocket(QObject *parent)

This method creates an object of class QSslSocket.

[const] QSslCertificate peerCertificate

Description: Method QSslCertificate QSslSocket::peerCertificate()

[const] QSslCertificate[] peerCertificateChain

Description: Method QList<QSslCertificate> QSslSocket::peerCertificateChain()

[const] int peerVerifyDepth

Description: Method int QSslSocket::peerVerifyDepth()

void peerVerifyDepth=(int depth)

Description: Method void QSslSocket::setPeerVerifyDepth(int depth)

[const] QSslSocket_PeerVerifyMode peerVerifyMode

Description: Method QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode()

void peerVerifyMode=(const QSslSocket_PeerVerifyMode mode)

Description: Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode)

[const] QSslKey privateKey

Description: Method QSslKey QSslSocket::privateKey()

void privateKey=(const QSslKey key)

Description: Method void QSslSocket::setPrivateKey(const QSslKey &key)

[const] QSsl_SslProtocol protocol

Description: Method QSsl::SslProtocol QSslSocket::protocol()

void protocol=(const QSsl_SslProtocol protocol)

Description: Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol)

void readBufferSize=(long long size)

Description: Method void QSslSocket::setReadBufferSize(qint64 size)

[const] QSslCipher sessionCipher

Description: Method QSslCipher QSslSocket::sessionCipher()

void setCaCertificates(QSslCertificate[] certificates)

Description: Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates)

void setCiphers(QSslCipher[] ciphers)

Description: Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers)

void setCiphers(string ciphers)

Description: Method void QSslSocket::setCiphers(const QString &ciphers)

[static] void setDefaultCaCertificates(QSslCertificate[] certificates)

Description: Static method void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates)

This method is static and can be called without an instance.

[static] void setDefaultCiphers(QSslCipher[] ciphers)

Description: Static method void QSslSocket::setDefaultCiphers(const QList<QSslCipher> &ciphers)

This method is static and can be called without an instance.

void setLocalCertificate(const QSslCertificate certificate)

Description: Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate)

void setLocalCertificate(string fileName,const QSsl_EncodingFormat format = QSsl::Pem)

Description: Method void QSslSocket::setLocalCertificate(const QString &fileName, QSsl::EncodingFormat format)

void setPeerVerifyDepth(int depth)

Description: Method void QSslSocket::setPeerVerifyDepth(int depth)

void setPeerVerifyMode(const QSslSocket_PeerVerifyMode mode)

Description: Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode)

void setPrivateKey(const QSslKey key)

Description: Method void QSslSocket::setPrivateKey(const QSslKey &key)

void setPrivateKey(string fileName,const QSsl_KeyAlgorithm algorithm = QSsl::Rsa,const QSsl_EncodingFormat format = QSsl::Pem,string passPhrase = QByteArray())

Description: Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase)

void setProtocol(const QSsl_SslProtocol protocol)

Description: Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol)

void setReadBufferSize(long long size)

Description: Method void QSslSocket::setReadBufferSize(qint64 size)

bool setSocketDescriptor(int socketDescriptor,const QAbstractSocket_SocketState state = QAbstractSocket::ConnectedState,const QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite)

Description: Method bool QSslSocket::setSocketDescriptor(int socketDescriptor, QAbstractSocket::SocketState state, QFlags<QIODevice::OpenModeFlag> openMode)

void setSocketOption(const QAbstractSocket_SocketOption option,const QVariant value)

Description: Method void QSslSocket::setSocketOption(QAbstractSocket::SocketOption option, const QVariant &value)

void setSslConfiguration(const QSslConfiguration config)

Description: Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config)

QVariant socketOption(const QAbstractSocket_SocketOption option)

Description: Method QVariant QSslSocket::socketOption(QAbstractSocket::SocketOption option)

[const] QSslConfiguration sslConfiguration

Description: Method QSslConfiguration QSslSocket::sslConfiguration()

void sslConfiguration=(const QSslConfiguration config)

Description: Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config)

[const] QSslError[] sslErrors

Description: Method QList<QSslError> QSslSocket::sslErrors()

void startClientEncryption

Description: Method void QSslSocket::startClientEncryption()

void startServerEncryption

Description: Method void QSslSocket::startServerEncryption()

[static] QMetaObject staticMetaObject

Description: Obtains the static MetaObject for this class.

[static] QSslCipher[] supportedCiphers

Description: Static method QList<QSslCipher> QSslSocket::supportedCiphers()

This method is static and can be called without an instance.

[static] bool supportsSsl

Description: Static method bool QSslSocket::supportsSsl()

This method is static and can be called without an instance.

[static] QSslCertificate[] systemCaCertificates

Description: Static method QList<QSslCertificate> QSslSocket::systemCaCertificates()

This method is static and can be called without an instance.

[static] string tr(string s,string c = 0)

Description: Static method QString QSslSocket::tr(const char *s, const char *c)

This method is static and can be called without an instance.

[static] string tr(string s,string c,int n)

Description: Static method QString QSslSocket::tr(const char *s, const char *c, int n)

This method is static and can be called without an instance.

[static] string trUtf8(string s,string c = 0)

Description: Static method QString QSslSocket::trUtf8(const char *s, const char *c)

This method is static and can be called without an instance.

[static] string trUtf8(string s,string c,int n)

Description: Static method QString QSslSocket::trUtf8(const char *s, const char *c, int n)

This method is static and can be called without an instance.

bool waitForBytesWritten(int msecs = 30000)

Description: Method bool QSslSocket::waitForBytesWritten(int msecs)

This is a reimplementation of QAbstractSocket::waitForBytesWritten

bool waitForConnected(int msecs = 30000)

Description: Method bool QSslSocket::waitForConnected(int msecs)

bool waitForDisconnected(int msecs = 30000)

Description: Method bool QSslSocket::waitForDisconnected(int msecs)

bool waitForEncrypted(int msecs = 30000)

Description: Method bool QSslSocket::waitForEncrypted(int msecs)

bool waitForReadyRead(int msecs = 30000)

Description: Method bool QSslSocket::waitForReadyRead(int msecs)

This is a reimplementation of QAbstractSocket::waitForReadyRead