KLayout Manual: Main Index » Class Index » API reference - Class QSslSocketAPI reference - Class QSslSocketNotation used in Ruby API documentation Description: Binding of QSslSocket Class hierarchy: QSslSocket » QTcpSocket » QAbstractSocket » QIODevice » QObject Public constructors
Public methods
Public static methods and constants
Detailed description[static] QSslSocket_PeerVerifyMode AutoVerifyPeerDescription: Enum constant enum QSslSocket::AutoVerifyPeer [static] QSslSocket_PeerVerifyMode QueryPeerDescription: Enum constant enum QSslSocket::QueryPeer [static] QSslSocket_SslMode SslClientModeDescription: Enum constant enum QSslSocket::SslClientMode [static] QSslSocket_SslMode SslServerModeDescription: Enum constant enum QSslSocket::SslServerMode [static] QSslSocket_SslMode UnencryptedModeDescription: Enum constant enum QSslSocket::UnencryptedMode [static] QSslSocket_PeerVerifyMode VerifyNoneDescription: Enum constant enum QSslSocket::VerifyNone [static] QSslSocket_PeerVerifyMode VerifyPeerDescription: Enum constant enum QSslSocket::VerifyPeer void abortDescription: 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 atEndDescription: Method bool QSslSocket::atEnd() This is a reimplementation of QTcpSocket::atEnd [const] long long bytesAvailableDescription: Method qint64 QSslSocket::bytesAvailable() This is a reimplementation of QTcpSocket::bytesAvailable [const] long long bytesToWriteDescription: Method qint64 QSslSocket::bytesToWrite() This is a reimplementation of QTcpSocket::bytesToWrite [const] QSslCertificate[] caCertificatesDescription: Method QList<class QSslCertificate> QSslSocket::caCertificates() void caCertificates=(QSslCertificate[] certificates)Description: Method void QSslSocket::setCaCertificates(const QList<class QSslCertificate> &certificates) [const] bool canReadLineDescription: Method bool QSslSocket::canReadLine() This is a reimplementation of QTcpSocket::canReadLine [const] QSslCipher[] ciphersDescription: 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 closeDescription: 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 createDescription: 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[] defaultCaCertificatesDescription: Static method QList<class QSslCertificate> QSslSocket::defaultCaCertificates() This method is static and can be called without an instance. [static] QSslCipher[] defaultCiphersDescription: Static method QList<class QSslCipher> QSslSocket::defaultCiphers() This method is static and can be called without an instance. void destroyDescription: 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 encryptedBytesAvailableDescription: Method qint64 QSslSocket::encryptedBytesAvailable() [const] long long encryptedBytesToWriteDescription: Method qint64 QSslSocket::encryptedBytesToWrite() bool flushDescription: Method bool QSslSocket::flush() void ignoreSslErrorsDescription: Method void QSslSocket::ignoreSslErrors() void ignoreSslErrors(QSslError[] errors)Description: Method void QSslSocket::ignoreSslErrors(const QList<class QSslError> &errors) [const] bool isEncryptedDescription: 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 localCertificateDescription: Method QSslCertificate QSslSocket::localCertificate() void localCertificate=(const QSslCertificate certificate)Description: Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) [const] QSslSocket_SslMode modeDescription: Method QSslSocket::SslMode QSslSocket::mode() [static] new QSslSocket newDescription: 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 peerCertificateDescription: Method QSslCertificate QSslSocket::peerCertificate() [const] QSslCertificate[] peerCertificateChainDescription: Method QList<class QSslCertificate> QSslSocket::peerCertificateChain() [const] int peerVerifyDepthDescription: Method int QSslSocket::peerVerifyDepth() void peerVerifyDepth=(int depth)Description: Method void QSslSocket::setPeerVerifyDepth(int depth) [const] QSslSocket_PeerVerifyMode peerVerifyModeDescription: Method QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() void peerVerifyMode=(const QSslSocket_PeerVerifyMode mode)Description: Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) [const] QSslKey privateKeyDescription: Method QSslKey QSslSocket::privateKey() void privateKey=(const QSslKey key)Description: Method void QSslSocket::setPrivateKey(const QSslKey &key) [const] QSsl_SslProtocol protocolDescription: Method QSsl::SslProtocol QSslSocket::protocol() void protocol=(const QSsl_SslProtocol protocol)Description: Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) [const] QSslCipher sessionCipherDescription: 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 sslConfigurationDescription: Method QSslConfiguration QSslSocket::sslConfiguration() void sslConfiguration=(const QSslConfiguration config)Description: Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) [const] QSslError[] sslErrorsDescription: Method QList<class QSslError> QSslSocket::sslErrors() void startClientEncryptionDescription: Method void QSslSocket::startClientEncryption() void startServerEncryptionDescription: Method void QSslSocket::startServerEncryption() [static] QMetaObject staticMetaObjectDescription: Obtains the static MetaObject for this class. [static] QSslCipher[] supportedCiphersDescription: Static method QList<class QSslCipher> QSslSocket::supportedCiphers() This method is static and can be called without an instance. [static] bool supportsSslDescription: Static method bool QSslSocket::supportsSsl() This method is static and can be called without an instance. [static] QSslCertificate[] systemCaCertificatesDescription: 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 waitForBytesWrittenDescription: 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 waitForConnectedDescription: Method bool QSslSocket::waitForConnected(int msecs) bool waitForConnected(int msecs)Description: Method bool QSslSocket::waitForConnected(int msecs) bool waitForDisconnectedDescription: Method bool QSslSocket::waitForDisconnected(int msecs) bool waitForDisconnected(int msecs)Description: Method bool QSslSocket::waitForDisconnected(int msecs) bool waitForEncryptedDescription: Method bool QSslSocket::waitForEncrypted(int msecs) bool waitForEncrypted(int msecs)Description: Method bool QSslSocket::waitForEncrypted(int msecs) bool waitForReadyReadDescription: 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 |