KLayout Manual: Main Index » Class Index » API reference - Class QSslSocket

API reference - Class QSslSocket

Notation used in Ruby API documentation

Description: Binding of QSslSocket

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

Public constructors

new QSslSocketnewConstructor QSslSocket::QSslSocket(QObject *parent)
new QSslSocketnew(QObject ptr parent)Constructor QSslSocket::QSslSocket(QObject *parent)

Public methods

voidabortMethod void QSslSocket::abort()
voidaddCaCertificate(const QSslCertificate certificate)Method void QSslSocket::addCaCertificate(const QSslCertificate &certificate)
voidaddCaCertificates(QSslCertificate[] certificates)Method void QSslSocket::addCaCertificates(const QList<class QSslCertificate> &certificates)
booladdCaCertificates(string path)Method bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)
booladdCaCertificates(string path,
const QSsl_EncodingFormat format)
Method bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)
booladdCaCertificates(string path,
const QSsl_EncodingFormat format,
const QRegExp_PatternSyntax syntax)
Method bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax)
[const]boolatEndMethod bool QSslSocket::atEnd()
[const]long longbytesAvailableMethod qint64 QSslSocket::bytesAvailable()
[const]long longbytesToWriteMethod qint64 QSslSocket::bytesToWrite()
[const]QSslCertificate[]caCertificatesMethod QList<class QSslCertificate> QSslSocket::caCertificates()
voidcaCertificates=(QSslCertificate[] certificates)Method void QSslSocket::setCaCertificates(const QList<class QSslCertificate> &certificates)
[const]boolcanReadLineMethod bool QSslSocket::canReadLine()
[const]QSslCipher[]ciphersMethod QList<class QSslCipher> QSslSocket::ciphers()
voidciphers=(string ciphers)Method void QSslSocket::setCiphers(const QString &ciphers)
voidciphers=(QSslCipher[] ciphers)Method void QSslSocket::setCiphers(const QList<class QSslCipher> &ciphers)
voidcloseMethod void QSslSocket::close()
voidconnectToHostEncrypted(string hostName,
unsigned short port,
string sslPeerName)
Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, QFlags<enum QIODevice::OpenModeFlag> mode)
voidconnectToHostEncrypted(string hostName,
unsigned short port,
string sslPeerName,
int mode)
Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, QFlags<enum QIODevice::OpenModeFlag> mode)
voidconnectToHostEncrypted(string hostName,
unsigned short port)
Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<enum QIODevice::OpenModeFlag> mode)
voidconnectToHostEncrypted(string hostName,
unsigned short port,
int mode)
Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<enum 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()
voidignoreSslErrorsMethod void QSslSocket::ignoreSslErrors()
voidignoreSslErrors(QSslError[] errors)Method void QSslSocket::ignoreSslErrors(const QList<class QSslError> &errors)
[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<class 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)
[const]QSslCiphersessionCipherMethod QSslCipher QSslSocket::sessionCipher()
voidsetCaCertificates(QSslCertificate[] certificates)Method void QSslSocket::setCaCertificates(const QList<class QSslCertificate> &certificates)
voidsetCiphers(string ciphers)Method void QSslSocket::setCiphers(const QString &ciphers)
voidsetCiphers(QSslCipher[] ciphers)Method void QSslSocket::setCiphers(const QList<class QSslCipher> &ciphers)
voidsetLocalCertificate(const QSslCertificate certificate)Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate)
voidsetLocalCertificate(string fileName)Method void QSslSocket::setLocalCertificate(const QString &fileName, QSsl::EncodingFormat format)
voidsetLocalCertificate(string fileName,
const QSsl_EncodingFormat format)
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(string fileName)Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase)
voidsetPrivateKey(string fileName,
const QSsl_KeyAlgorithm algorithm)
Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase)
voidsetPrivateKey(string fileName,
const QSsl_KeyAlgorithm algorithm,
const QSsl_EncodingFormat format)
Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase)
voidsetPrivateKey(string fileName,
const QSsl_KeyAlgorithm algorithm,
const QSsl_EncodingFormat format,
string passPhrase)
Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase)
voidsetPrivateKey(const QSslKey key)Method void QSslSocket::setPrivateKey(const QSslKey &key)
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)Method bool QSslSocket::setSocketDescriptor(int socketDescriptor, QAbstractSocket::SocketState state, QFlags<enum QIODevice::OpenModeFlag> openMode)
boolsetSocketDescriptor(int socketDescriptor,
const QAbstractSocket_SocketState state)
Method bool QSslSocket::setSocketDescriptor(int socketDescriptor, QAbstractSocket::SocketState state, QFlags<enum QIODevice::OpenModeFlag> openMode)
boolsetSocketDescriptor(int socketDescriptor,
const QAbstractSocket_SocketState state,
int openMode)
Method bool QSslSocket::setSocketDescriptor(int socketDescriptor, QAbstractSocket::SocketState state, QFlags<enum 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<class QSslError> QSslSocket::sslErrors()
voidstartClientEncryptionMethod void QSslSocket::startClientEncryption()
voidstartServerEncryptionMethod void QSslSocket::startServerEncryption()
boolwaitForBytesWrittenMethod bool QSslSocket::waitForBytesWritten(int msecs)
boolwaitForBytesWritten(int msecs)Method bool QSslSocket::waitForBytesWritten(int msecs)
boolwaitForConnectedMethod bool QSslSocket::waitForConnected(int msecs)
boolwaitForConnected(int msecs)Method bool QSslSocket::waitForConnected(int msecs)
boolwaitForDisconnectedMethod bool QSslSocket::waitForDisconnected(int msecs)
boolwaitForDisconnected(int msecs)Method bool QSslSocket::waitForDisconnected(int msecs)
boolwaitForEncryptedMethod bool QSslSocket::waitForEncrypted(int msecs)
boolwaitForEncrypted(int msecs)Method bool QSslSocket::waitForEncrypted(int msecs)
boolwaitForReadyReadMethod bool QSslSocket::waitForReadyRead(int msecs)
boolwaitForReadyRead(int msecs)Method bool QSslSocket::waitForReadyRead(int msecs)

Public static methods and constants

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

[static] QSslSocket_PeerVerifyMode QueryPeer

Description: Enum constant enum QSslSocket::QueryPeer

[static] QSslSocket_SslMode SslClientMode

Description: Enum constant enum QSslSocket::SslClientMode

[static] QSslSocket_SslMode SslServerMode

Description: Enum constant enum QSslSocket::SslServerMode

[static] QSslSocket_SslMode UnencryptedMode

Description: Enum constant enum QSslSocket::UnencryptedMode

[static] QSslSocket_PeerVerifyMode VerifyNone

Description: Enum constant enum QSslSocket::VerifyNone

[static] QSslSocket_PeerVerifyMode VerifyPeer

Description: Enum constant enum QSslSocket::VerifyPeer

void abort

Description: Method void QSslSocket::abort()

void addCaCertificate(const QSslCertificate certificate)

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

void addCaCertificates(QSslCertificate[] certificates)

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

bool addCaCertificates(string path)

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

bool addCaCertificates(string path,const QSsl_EncodingFormat format)

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

bool addCaCertificates(string path,const QSsl_EncodingFormat format,const QRegExp_PatternSyntax syntax)

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

[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] void addDefaultCaCertificates(QSslCertificate[] certificates)

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

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

[static] bool addDefaultCaCertificates(string path)

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] bool addDefaultCaCertificates(string path,const QSsl_EncodingFormat format)

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] bool addDefaultCaCertificates(string path,const QSsl_EncodingFormat format,const QRegExp_PatternSyntax syntax)

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.

[const] bool atEnd

Description: Method bool QSslSocket::atEnd()

This is a reimplementation of QTcpSocket::atEnd

[const] long long bytesAvailable

Description: Method qint64 QSslSocket::bytesAvailable()

This is a reimplementation of QTcpSocket::bytesAvailable

[const] long long bytesToWrite

Description: Method qint64 QSslSocket::bytesToWrite()

This is a reimplementation of QTcpSocket::bytesToWrite

[const] QSslCertificate[] caCertificates

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

void caCertificates=(QSslCertificate[] certificates)

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

[const] bool canReadLine

Description: Method bool QSslSocket::canReadLine()

This is a reimplementation of QTcpSocket::canReadLine

[const] QSslCipher[] ciphers

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

void ciphers=(string ciphers)

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

void ciphers=(QSslCipher[] ciphers)

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

void close

Description: Method void QSslSocket::close()

This is a reimplementation of QTcpSocket::close

void connectToHostEncrypted(string hostName,unsigned short port,string sslPeerName)

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

void connectToHostEncrypted(string hostName,unsigned short port,string sslPeerName,int mode)

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

void connectToHostEncrypted(string hostName,unsigned short port)

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

void connectToHostEncrypted(string hostName,unsigned short port,int mode)

Description: Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<enum 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<class QSslCertificate> QSslSocket::defaultCaCertificates()

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

[static] QSslCipher[] defaultCiphers

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

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

Description: Method void QSslSocket::ignoreSslErrors()

void ignoreSslErrors(QSslError[] errors)

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

[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

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

This method creates an object of class QSslSocket.

[static] new QSslSocket new(QObject ptr parent)

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<class 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)

[const] QSslCipher sessionCipher

Description: Method QSslCipher QSslSocket::sessionCipher()

void setCaCertificates(QSslCertificate[] certificates)

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

void setCiphers(string ciphers)

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

void setCiphers(QSslCipher[] ciphers)

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

[static] void setDefaultCaCertificates(QSslCertificate[] certificates)

Description: Static method void QSslSocket::setDefaultCaCertificates(const QList<class 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<class 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)

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

void setLocalCertificate(string fileName,const QSsl_EncodingFormat format)

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(string fileName)

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

void setPrivateKey(string fileName,const QSsl_KeyAlgorithm algorithm)

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

void setPrivateKey(string fileName,const QSsl_KeyAlgorithm algorithm,const QSsl_EncodingFormat format)

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

void setPrivateKey(string fileName,const QSsl_KeyAlgorithm algorithm,const QSsl_EncodingFormat format,string passPhrase)

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

void setPrivateKey(const QSslKey key)

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

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)

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

bool setSocketDescriptor(int socketDescriptor,const QAbstractSocket_SocketState state)

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

bool setSocketDescriptor(int socketDescriptor,const QAbstractSocket_SocketState state,int openMode)

Description: Method bool QSslSocket::setSocketDescriptor(int socketDescriptor, QAbstractSocket::SocketState state, QFlags<enum 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<class 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<class 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<class QSslCertificate> QSslSocket::systemCaCertificates()

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

[static] string tr(string s)

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)

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)

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)

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

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

This is a reimplementation of QTcpSocket::waitForBytesWritten

bool waitForBytesWritten(int msecs)

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

This is a reimplementation of QTcpSocket::waitForBytesWritten

bool waitForConnected

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

bool waitForConnected(int msecs)

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

bool waitForDisconnected

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

bool waitForDisconnected(int msecs)

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

bool waitForEncrypted

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

bool waitForEncrypted(int msecs)

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

bool waitForReadyRead

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

This is a reimplementation of QTcpSocket::waitForReadyRead

bool waitForReadyRead(int msecs)

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

This is a reimplementation of QTcpSocket::waitForReadyRead