Notation used in Ruby API documentation
Module: QtNetwork
Description: Binding of QSslSocket
Class hierarchy: QSslSocket » QTcpSocket » QAbstractSocket » QIODevice » QObject
Sub-classes: PeerVerifyMode, QFlags_PeerVerifyMode, SslMode, QFlags_SslMode
new QSslSocket | new | (QObject ptr parent = nullptr) | Constructor QSslSocket::QSslSocket(QObject *parent) |
[const] | QSslSocket ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly 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 | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
void | abort | Method void QSslSocket::abort() | ||
[signal] | void | aboutToClose | Signal declaration for QSslSocket::aboutToClose() | |
void | addCaCertificate | (const QSslCertificate certificate) | Method void QSslSocket::addCaCertificate(const QSslCertificate &certificate) | |
bool | addCaCertificates | (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) | |
void | addCaCertificates | (QSslCertificate[] certificates) | Method void QSslSocket::addCaCertificates(const QList<QSslCertificate> &certificates) | |
[const] | bool | atEnd | Method bool QSslSocket::atEnd() | |
[const] | long long | bytesAvailable | Method qint64 QSslSocket::bytesAvailable() | |
[const] | long long | bytesToWrite | Method qint64 QSslSocket::bytesToWrite() | |
[signal] | void | bytesWritten | (long long bytes) | Signal declaration for QSslSocket::bytesWritten(qint64 bytes) |
[const] | QSslCertificate[] | caCertificates | Method QList<QSslCertificate> QSslSocket::caCertificates() | |
void | caCertificates= | (QSslCertificate[] certificates) | Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) | |
[const] | bool | canReadLine | Method bool QSslSocket::canReadLine() | |
[signal] | void | channelBytesWritten | (int channel, long long bytes) | Signal declaration for QSslSocket::channelBytesWritten(int channel, qint64 bytes) |
[signal] | void | channelReadyRead | (int channel) | Signal declaration for QSslSocket::channelReadyRead(int channel) |
[const] | QSslCipher[] | ciphers | Method QList<QSslCipher> QSslSocket::ciphers() | |
void | ciphers= | (QSslCipher[] ciphers) | Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) | |
void | ciphers= | (string ciphers) | Method void QSslSocket::setCiphers(const QString &ciphers) | |
void | close | Method void QSslSocket::close() | ||
void | connectToHost | (const QHostAddress address, unsigned short port, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) | Method void QSslSocket::connectToHost(const QHostAddress &address, quint16 port, QFlags<QIODevice::OpenModeFlag> mode) | |
void | connectToHost | (string hostName, unsigned short port, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite, const QAbstractSocket_NetworkLayerProtocol protocol = QAbstractSocket::AnyIPProtocol) | Method void QSslSocket::connectToHost(const QString &hostName, quint16 port, QFlags<QIODevice::OpenModeFlag> openMode, QAbstractSocket::NetworkLayerProtocol protocol) | |
void | connectToHostEncrypted | (string hostName, unsigned short port, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite, const QAbstractSocket_NetworkLayerProtocol protocol = QAbstractSocket::AnyIPProtocol) | Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<QIODevice::OpenModeFlag> mode, QAbstractSocket::NetworkLayerProtocol protocol) | |
void | connectToHostEncrypted | (string hostName, unsigned short port, string sslPeerName, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite, const QAbstractSocket_NetworkLayerProtocol protocol = QAbstractSocket::AnyIPProtocol) | Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, QFlags<QIODevice::OpenModeFlag> mode, QAbstractSocket::NetworkLayerProtocol protocol) | |
[signal] | void | connected | Signal declaration for QSslSocket::connected() | |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QSslSocket::destroyed(QObject *) |
void | disconnectFromHost | Method void QSslSocket::disconnectFromHost() | ||
[signal] | void | disconnected | Signal declaration for QSslSocket::disconnected() | |
[signal] | void | encrypted | Signal declaration for QSslSocket::encrypted() | |
[const] | long long | encryptedBytesAvailable | Method qint64 QSslSocket::encryptedBytesAvailable() | |
[const] | long long | encryptedBytesToWrite | Method qint64 QSslSocket::encryptedBytesToWrite() | |
[signal] | void | encryptedBytesWritten | (long long totalBytes) | Signal declaration for QSslSocket::encryptedBytesWritten(qint64 totalBytes) |
[signal] | void | error_sig | (const QAbstractSocket_SocketError arg1) | Signal declaration for QSslSocket::error(QAbstractSocket::SocketError) |
bool | flush | Method bool QSslSocket::flush() | ||
[signal] | void | hostFound | Signal declaration for QSslSocket::hostFound() | |
void | ignoreSslErrors | (QSslError[] errors) | Method void QSslSocket::ignoreSslErrors(const QList<QSslError> &errors) | |
void | ignoreSslErrors | Method void QSslSocket::ignoreSslErrors() | ||
[const] | bool | isEncrypted? | Method bool QSslSocket::isEncrypted() | |
[const] | QSslCertificate | localCertificate | Method QSslCertificate QSslSocket::localCertificate() | |
void | localCertificate= | (const QSslCertificate certificate) | Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) | |
[const] | QSslCertificate[] | localCertificateChain | Method QList<QSslCertificate> QSslSocket::localCertificateChain() | |
void | localCertificateChain= | (QSslCertificate[] localChain) | Method void QSslSocket::setLocalCertificateChain(const QList<QSslCertificate> &localChain) | |
[const] | QSslSocket_SslMode | mode | Method QSslSocket::SslMode QSslSocket::mode() | |
[signal] | void | modeChanged | (const QSslSocket_SslMode newMode) | Signal declaration for QSslSocket::modeChanged(QSslSocket::SslMode newMode) |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QSslSocket::objectNameChanged(const QString &objectName) |
[const] | QSslCertificate | peerCertificate | Method QSslCertificate QSslSocket::peerCertificate() | |
[const] | QSslCertificate[] | peerCertificateChain | Method QList<QSslCertificate> QSslSocket::peerCertificateChain() | |
[const] | int | peerVerifyDepth | Method int QSslSocket::peerVerifyDepth() | |
void | peerVerifyDepth= | (int depth) | Method void QSslSocket::setPeerVerifyDepth(int depth) | |
[signal] | void | peerVerifyError | (const QSslError error) | Signal declaration for QSslSocket::peerVerifyError(const QSslError &error) |
[const] | QSslSocket_PeerVerifyMode | peerVerifyMode | Method QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() | |
void | peerVerifyMode= | (const QSslSocket_PeerVerifyMode mode) | Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) | |
[const] | string | peerVerifyName | Method QString QSslSocket::peerVerifyName() | |
void | peerVerifyName= | (string hostName) | Method void QSslSocket::setPeerVerifyName(const QString &hostName) | |
[signal] | void | preSharedKeyAuthenticationRequired | (QSslPreSharedKeyAuthenticator ptr authenticator) | Signal declaration for QSslSocket::preSharedKeyAuthenticationRequired(QSslPreSharedKeyAuthenticator *authenticator) |
[const] | QSslKey | privateKey | Method QSslKey QSslSocket::privateKey() | |
void | privateKey= | (const QSslKey key) | Method void QSslSocket::setPrivateKey(const QSslKey &key) | |
[const] | QSsl_SslProtocol | protocol | Method QSsl::SslProtocol QSslSocket::protocol() | |
void | protocol= | (const QSsl_SslProtocol protocol) | Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) | |
[signal] | void | proxyAuthenticationRequired | (const QNetworkProxy proxy, QAuthenticator ptr authenticator) | Signal declaration for QSslSocket::proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator *authenticator) |
void | readBufferSize= | (long long size) | Method void QSslSocket::setReadBufferSize(qint64 size) | |
[signal] | void | readChannelFinished | Signal declaration for QSslSocket::readChannelFinished() | |
[signal] | void | readyRead | Signal declaration for QSslSocket::readyRead() | |
void | resume | Method void QSslSocket::resume() | ||
[const] | QSslCipher | sessionCipher | Method QSslCipher QSslSocket::sessionCipher() | |
[const] | QSsl_SslProtocol | sessionProtocol | Method QSsl::SslProtocol QSslSocket::sessionProtocol() | |
void | setCaCertificates | (QSslCertificate[] certificates) | Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) | |
void | setCiphers | (QSslCipher[] ciphers) | Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) | |
void | setCiphers | (string ciphers) | Method void QSslSocket::setCiphers(const QString &ciphers) | |
void | setLocalCertificate | (const QSslCertificate certificate) | Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) | |
void | setLocalCertificate | (string fileName, const QSsl_EncodingFormat format = QSsl::Pem) | Method void QSslSocket::setLocalCertificate(const QString &fileName, QSsl::EncodingFormat format) | |
void | setLocalCertificateChain | (QSslCertificate[] localChain) | Method void QSslSocket::setLocalCertificateChain(const QList<QSslCertificate> &localChain) | |
void | setPeerVerifyDepth | (int depth) | Method void QSslSocket::setPeerVerifyDepth(int depth) | |
void | setPeerVerifyMode | (const QSslSocket_PeerVerifyMode mode) | Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) | |
void | setPeerVerifyName | (string hostName) | Method void QSslSocket::setPeerVerifyName(const QString &hostName) | |
void | setPrivateKey | (const QSslKey key) | Method void QSslSocket::setPrivateKey(const QSslKey &key) | |
void | setPrivateKey | (string fileName, const QSsl_KeyAlgorithm algorithm = QSsl::Rsa, const QSsl_EncodingFormat format = QSsl::Pem, bytes passPhrase = QByteArray()) | Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase) | |
void | setProtocol | (const QSsl_SslProtocol protocol) | Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) | |
void | setReadBufferSize | (long long size) | Method void QSslSocket::setReadBufferSize(qint64 size) | |
bool | setSocketDescriptor | (long long socketDescriptor, const QAbstractSocket_SocketState state = QAbstractSocket::ConnectedState, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite) | Method bool QSslSocket::setSocketDescriptor(QIntegerForSizeof<void*>::Signed socketDescriptor, QAbstractSocket::SocketState state, QFlags<QIODevice::OpenModeFlag> openMode) | |
void | setSocketOption | (const QAbstractSocket_SocketOption option, variant value) | Method void QSslSocket::setSocketOption(QAbstractSocket::SocketOption option, const QVariant &value) | |
void | setSslConfiguration | (const QSslConfiguration config) | Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) | |
variant | socketOption | (const QAbstractSocket_SocketOption option) | Method QVariant QSslSocket::socketOption(QAbstractSocket::SocketOption option) | |
[const] | QSslConfiguration | sslConfiguration | Method QSslConfiguration QSslSocket::sslConfiguration() | |
void | sslConfiguration= | (const QSslConfiguration config) | Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) | |
[const] | QSslError[] | sslErrors | Method QList<QSslError> QSslSocket::sslErrors() | |
[signal] | void | sslErrors_sig | (QSslError[] errors) | Signal declaration for QSslSocket::sslErrors(const QList<QSslError> &errors) |
void | startClientEncryption | Method void QSslSocket::startClientEncryption() | ||
void | startServerEncryption | Method void QSslSocket::startServerEncryption() | ||
[signal] | void | stateChanged | (const QAbstractSocket_SocketState arg1) | Signal declaration for QSslSocket::stateChanged(QAbstractSocket::SocketState) |
bool | waitForBytesWritten | (int msecs = 30000) | Method bool QSslSocket::waitForBytesWritten(int msecs) | |
bool | waitForConnected | (int msecs = 30000) | Method bool QSslSocket::waitForConnected(int msecs) | |
bool | waitForDisconnected | (int msecs = 30000) | Method bool QSslSocket::waitForDisconnected(int msecs) | |
bool | waitForEncrypted | (int msecs = 30000) | Method bool QSslSocket::waitForEncrypted(int msecs) | |
bool | waitForReadyRead | (int msecs = 30000) | Method bool QSslSocket::waitForReadyRead(int msecs) |
[static,const] | QSslSocket_PeerVerifyMode | AutoVerifyPeer | Enum constant QSslSocket::AutoVerifyPeer | |
[static,const] | QSslSocket_PeerVerifyMode | QueryPeer | Enum constant QSslSocket::QueryPeer | |
[static,const] | QSslSocket_SslMode | SslClientMode | Enum constant QSslSocket::SslClientMode | |
[static,const] | QSslSocket_SslMode | SslServerMode | Enum constant QSslSocket::SslServerMode | |
[static,const] | QSslSocket_SslMode | UnencryptedMode | Enum constant QSslSocket::UnencryptedMode | |
[static,const] | QSslSocket_PeerVerifyMode | VerifyNone | Enum constant QSslSocket::VerifyNone | |
[static,const] | QSslSocket_PeerVerifyMode | VerifyPeer | Enum constant QSslSocket::VerifyPeer | |
void | addDefaultCaCertificate | (const QSslCertificate certificate) | Static method void QSslSocket::addDefaultCaCertificate(const QSslCertificate &certificate) | |
bool | addDefaultCaCertificates | (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) | |
void | addDefaultCaCertificates | (QSslCertificate[] certificates) | Static method void QSslSocket::addDefaultCaCertificates(const QList<QSslCertificate> &certificates) | |
QSslCertificate[] | defaultCaCertificates | Static method QList<QSslCertificate> QSslSocket::defaultCaCertificates() | ||
void | defaultCaCertificates= | (QSslCertificate[] certificates) | Static method void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates) | |
QSslCipher[] | defaultCiphers | Static method QList<QSslCipher> QSslSocket::defaultCiphers() | ||
void | defaultCiphers= | (QSslCipher[] ciphers) | Static method void QSslSocket::setDefaultCiphers(const QList<QSslCipher> &ciphers) | |
void | setDefaultCaCertificates | (QSslCertificate[] certificates) | Static method void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates) | |
void | setDefaultCiphers | (QSslCipher[] ciphers) | Static method void QSslSocket::setDefaultCiphers(const QList<QSslCipher> &ciphers) | |
long | sslLibraryBuildVersionNumber | Static method long int QSslSocket::sslLibraryBuildVersionNumber() | ||
string | sslLibraryBuildVersionString | Static method QString QSslSocket::sslLibraryBuildVersionString() | ||
long | sslLibraryVersionNumber | Static method long int QSslSocket::sslLibraryVersionNumber() | ||
string | sslLibraryVersionString | Static method QString QSslSocket::sslLibraryVersionString() | ||
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
QSslCipher[] | supportedCiphers | Static method QList<QSslCipher> QSslSocket::supportedCiphers() | ||
bool | supportsSsl | Static method bool QSslSocket::supportsSsl() | ||
QSslCertificate[] | systemCaCertificates | Static method QList<QSslCertificate> QSslSocket::systemCaCertificates() | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QSslSocket::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QSslSocket::trUtf8(const char *s, const char *c, int n) |
AutoVerifyPeer | Signature: [static,const] QSslSocket_PeerVerifyMode AutoVerifyPeer Description: Enum constant QSslSocket::AutoVerifyPeer Python specific notes: |
QueryPeer | Signature: [static,const] QSslSocket_PeerVerifyMode QueryPeer Description: Enum constant QSslSocket::QueryPeer Python specific notes: |
SslClientMode | Signature: [static,const] QSslSocket_SslMode SslClientMode Description: Enum constant QSslSocket::SslClientMode Python specific notes: |
SslServerMode | Signature: [static,const] QSslSocket_SslMode SslServerMode Description: Enum constant QSslSocket::SslServerMode Python specific notes: |
UnencryptedMode | Signature: [static,const] QSslSocket_SslMode UnencryptedMode Description: Enum constant QSslSocket::UnencryptedMode Python specific notes: |
VerifyNone | Signature: [static,const] QSslSocket_PeerVerifyMode VerifyNone Description: Enum constant QSslSocket::VerifyNone Python specific notes: |
VerifyPeer | Signature: [static,const] QSslSocket_PeerVerifyMode VerifyPeer Description: Enum constant QSslSocket::VerifyPeer Python specific notes: |
_const_cast | Signature: [const] QSslSocket ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_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. |
abort | Signature: void abort Description: Method void QSslSocket::abort() |
aboutToClose | Signature: [signal] void aboutToClose Description: Signal declaration for QSslSocket::aboutToClose() You can bind a procedure to this signal. Python specific notes: |
addCaCertificate | Signature: void addCaCertificate (const QSslCertificate certificate) Description: Method void QSslSocket::addCaCertificate(const QSslCertificate &certificate) |
addCaCertificates | (1) Signature: 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) |
(2) Signature: void addCaCertificates (QSslCertificate[] certificates) Description: Method void QSslSocket::addCaCertificates(const QList<QSslCertificate> &certificates) | |
addDefaultCaCertificate | Signature: [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. |
addDefaultCaCertificates | (1) Signature: [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. |
(2) Signature: [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. | |
atEnd | Signature: [const] bool atEnd Description: Method bool QSslSocket::atEnd() This is a reimplementation of QAbstractSocket::atEnd |
bytesAvailable | Signature: [const] long long bytesAvailable Description: Method qint64 QSslSocket::bytesAvailable() This is a reimplementation of QAbstractSocket::bytesAvailable |
bytesToWrite | Signature: [const] long long bytesToWrite Description: Method qint64 QSslSocket::bytesToWrite() This is a reimplementation of QAbstractSocket::bytesToWrite |
bytesWritten | Signature: [signal] void bytesWritten (long long bytes) Description: Signal declaration for QSslSocket::bytesWritten(qint64 bytes) You can bind a procedure to this signal. Python specific notes: |
caCertificates | Signature: [const] QSslCertificate[] caCertificates Description: Method QList<QSslCertificate> QSslSocket::caCertificates() Python specific notes: |
caCertificates= | Signature: void caCertificates= (QSslCertificate[] certificates) Description: Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) Python specific notes: |
canReadLine | Signature: [const] bool canReadLine Description: Method bool QSslSocket::canReadLine() This is a reimplementation of QAbstractSocket::canReadLine |
channelBytesWritten | Signature: [signal] void channelBytesWritten (int channel, long long bytes) Description: Signal declaration for QSslSocket::channelBytesWritten(int channel, qint64 bytes) You can bind a procedure to this signal. Python specific notes: |
channelReadyRead | Signature: [signal] void channelReadyRead (int channel) Description: Signal declaration for QSslSocket::channelReadyRead(int channel) You can bind a procedure to this signal. Python specific notes: |
ciphers | Signature: [const] QSslCipher[] ciphers Description: Method QList<QSslCipher> QSslSocket::ciphers() Python specific notes: |
ciphers= | (1) Signature: void ciphers= (QSslCipher[] ciphers) Description: Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) Python specific notes: |
(2) Signature: void ciphers= (string ciphers) Description: Method void QSslSocket::setCiphers(const QString &ciphers) Python specific notes: | |
close | Signature: void close Description: Method void QSslSocket::close() This is a reimplementation of QAbstractSocket::close |
connectToHost | (1) Signature: void connectToHost (const QHostAddress address, unsigned short port, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) Description: Method void QSslSocket::connectToHost(const QHostAddress &address, quint16 port, QFlags<QIODevice::OpenModeFlag> mode) This is a reimplementation of QAbstractSocket::connectToHost |
(2) Signature: void connectToHost (string hostName, unsigned short port, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite, const QAbstractSocket_NetworkLayerProtocol protocol = QAbstractSocket::AnyIPProtocol) Description: Method void QSslSocket::connectToHost(const QString &hostName, quint16 port, QFlags<QIODevice::OpenModeFlag> openMode, QAbstractSocket::NetworkLayerProtocol protocol) This is a reimplementation of QAbstractSocket::connectToHost | |
connectToHostEncrypted | (1) Signature: void connectToHostEncrypted (string hostName, unsigned short port, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite, const QAbstractSocket_NetworkLayerProtocol protocol = QAbstractSocket::AnyIPProtocol) Description: Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, QFlags<QIODevice::OpenModeFlag> mode, QAbstractSocket::NetworkLayerProtocol protocol) |
(2) Signature: void connectToHostEncrypted (string hostName, unsigned short port, string sslPeerName, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite, const QAbstractSocket_NetworkLayerProtocol protocol = QAbstractSocket::AnyIPProtocol) Description: Method void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, QFlags<QIODevice::OpenModeFlag> mode, QAbstractSocket::NetworkLayerProtocol protocol) | |
connected | Signature: [signal] void connected Description: Signal declaration for QSslSocket::connected() You can bind a procedure to this signal. Python specific notes: |
defaultCaCertificates | Signature: [static] QSslCertificate[] defaultCaCertificates Description: Static method QList<QSslCertificate> QSslSocket::defaultCaCertificates() This method is static and can be called without an instance. Python specific notes: |
defaultCaCertificates= | Signature: [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. Python specific notes: |
defaultCiphers | Signature: [static] QSslCipher[] defaultCiphers Description: Static method QList<QSslCipher> QSslSocket::defaultCiphers() This method is static and can be called without an instance. Python specific notes: |
defaultCiphers= | Signature: [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. Python specific notes: |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QSslSocket::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
disconnectFromHost | Signature: void disconnectFromHost Description: Method void QSslSocket::disconnectFromHost() This is a reimplementation of QAbstractSocket::disconnectFromHost |
disconnected | Signature: [signal] void disconnected Description: Signal declaration for QSslSocket::disconnected() You can bind a procedure to this signal. Python specific notes: |
encrypted | Signature: [signal] void encrypted Description: Signal declaration for QSslSocket::encrypted() You can bind a procedure to this signal. Python specific notes: |
encryptedBytesAvailable | Signature: [const] long long encryptedBytesAvailable Description: Method qint64 QSslSocket::encryptedBytesAvailable() |
encryptedBytesToWrite | Signature: [const] long long encryptedBytesToWrite Description: Method qint64 QSslSocket::encryptedBytesToWrite() |
encryptedBytesWritten | Signature: [signal] void encryptedBytesWritten (long long totalBytes) Description: Signal declaration for QSslSocket::encryptedBytesWritten(qint64 totalBytes) You can bind a procedure to this signal. Python specific notes: |
error_sig | Signature: [signal] void error_sig (const QAbstractSocket_SocketError arg1) Description: Signal declaration for QSslSocket::error(QAbstractSocket::SocketError) You can bind a procedure to this signal. Python specific notes: |
flush | Signature: bool flush Description: Method bool QSslSocket::flush() |
hostFound | Signature: [signal] void hostFound Description: Signal declaration for QSslSocket::hostFound() You can bind a procedure to this signal. Python specific notes: |
ignoreSslErrors | (1) Signature: void ignoreSslErrors (QSslError[] errors) Description: Method void QSslSocket::ignoreSslErrors(const QList<QSslError> &errors) |
(2) Signature: void ignoreSslErrors Description: Method void QSslSocket::ignoreSslErrors() | |
isEncrypted? | Signature: [const] bool isEncrypted? Description: Method bool QSslSocket::isEncrypted() |
localCertificate | Signature: [const] QSslCertificate localCertificate Description: Method QSslCertificate QSslSocket::localCertificate() Python specific notes: |
localCertificate= | Signature: void localCertificate= (const QSslCertificate certificate) Description: Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) Python specific notes: |
localCertificateChain | Signature: [const] QSslCertificate[] localCertificateChain Description: Method QList<QSslCertificate> QSslSocket::localCertificateChain() Python specific notes: |
localCertificateChain= | Signature: void localCertificateChain= (QSslCertificate[] localChain) Description: Method void QSslSocket::setLocalCertificateChain(const QList<QSslCertificate> &localChain) Python specific notes: |
mode | Signature: [const] QSslSocket_SslMode mode Description: Method QSslSocket::SslMode QSslSocket::mode() |
modeChanged | Signature: [signal] void modeChanged (const QSslSocket_SslMode newMode) Description: Signal declaration for QSslSocket::modeChanged(QSslSocket::SslMode newMode) You can bind a procedure to this signal. Python specific notes: |
new | Signature: [static] new QSslSocket new (QObject ptr parent = nullptr) Description: Constructor QSslSocket::QSslSocket(QObject *parent) This method creates an object of class QSslSocket. Python specific notes: |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QSslSocket::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
peerCertificate | Signature: [const] QSslCertificate peerCertificate Description: Method QSslCertificate QSslSocket::peerCertificate() |
peerCertificateChain | Signature: [const] QSslCertificate[] peerCertificateChain Description: Method QList<QSslCertificate> QSslSocket::peerCertificateChain() |
peerVerifyDepth | Signature: [const] int peerVerifyDepth Description: Method int QSslSocket::peerVerifyDepth() Python specific notes: |
peerVerifyDepth= | Signature: void peerVerifyDepth= (int depth) Description: Method void QSslSocket::setPeerVerifyDepth(int depth) Python specific notes: |
peerVerifyError | Signature: [signal] void peerVerifyError (const QSslError error) Description: Signal declaration for QSslSocket::peerVerifyError(const QSslError &error) You can bind a procedure to this signal. Python specific notes: |
peerVerifyMode | Signature: [const] QSslSocket_PeerVerifyMode peerVerifyMode Description: Method QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() Python specific notes: |
peerVerifyMode= | Signature: void peerVerifyMode= (const QSslSocket_PeerVerifyMode mode) Description: Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) Python specific notes: |
peerVerifyName | Signature: [const] string peerVerifyName Description: Method QString QSslSocket::peerVerifyName() Python specific notes: |
peerVerifyName= | Signature: void peerVerifyName= (string hostName) Description: Method void QSslSocket::setPeerVerifyName(const QString &hostName) Python specific notes: |
preSharedKeyAuthenticationRequired | Signature: [signal] void preSharedKeyAuthenticationRequired (QSslPreSharedKeyAuthenticator ptr authenticator) Description: Signal declaration for QSslSocket::preSharedKeyAuthenticationRequired(QSslPreSharedKeyAuthenticator *authenticator) You can bind a procedure to this signal. Python specific notes: |
privateKey | Signature: [const] QSslKey privateKey Description: Method QSslKey QSslSocket::privateKey() Python specific notes: |
privateKey= | Signature: void privateKey= (const QSslKey key) Description: Method void QSslSocket::setPrivateKey(const QSslKey &key) Python specific notes: |
protocol | Signature: [const] QSsl_SslProtocol protocol Description: Method QSsl::SslProtocol QSslSocket::protocol() Python specific notes: |
protocol= | Signature: void protocol= (const QSsl_SslProtocol protocol) Description: Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) Python specific notes: |
proxyAuthenticationRequired | Signature: [signal] void proxyAuthenticationRequired (const QNetworkProxy proxy, QAuthenticator ptr authenticator) Description: Signal declaration for QSslSocket::proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator *authenticator) You can bind a procedure to this signal. Python specific notes: |
readBufferSize= | Signature: void readBufferSize= (long long size) Description: Method void QSslSocket::setReadBufferSize(qint64 size) This is a reimplementation of QAbstractSocket::setReadBufferSize Python specific notes: |
readChannelFinished | Signature: [signal] void readChannelFinished Description: Signal declaration for QSslSocket::readChannelFinished() You can bind a procedure to this signal. Python specific notes: |
readyRead | Signature: [signal] void readyRead Description: Signal declaration for QSslSocket::readyRead() You can bind a procedure to this signal. Python specific notes: |
resume | Signature: void resume Description: Method void QSslSocket::resume() This is a reimplementation of QAbstractSocket::resume |
sessionCipher | Signature: [const] QSslCipher sessionCipher Description: Method QSslCipher QSslSocket::sessionCipher() |
sessionProtocol | Signature: [const] QSsl_SslProtocol sessionProtocol Description: Method QSsl::SslProtocol QSslSocket::sessionProtocol() |
setCaCertificates | Signature: void setCaCertificates (QSslCertificate[] certificates) Description: Method void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) Python specific notes: |
setCiphers | (1) Signature: void setCiphers (QSslCipher[] ciphers) Description: Method void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) Python specific notes: |
(2) Signature: void setCiphers (string ciphers) Description: Method void QSslSocket::setCiphers(const QString &ciphers) Python specific notes: | |
setDefaultCaCertificates | Signature: [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. Python specific notes: |
setDefaultCiphers | Signature: [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. Python specific notes: |
setLocalCertificate | (1) Signature: void setLocalCertificate (const QSslCertificate certificate) Description: Method void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) Python specific notes: |
(2) Signature: void setLocalCertificate (string fileName, const QSsl_EncodingFormat format = QSsl::Pem) Description: Method void QSslSocket::setLocalCertificate(const QString &fileName, QSsl::EncodingFormat format) | |
setLocalCertificateChain | Signature: void setLocalCertificateChain (QSslCertificate[] localChain) Description: Method void QSslSocket::setLocalCertificateChain(const QList<QSslCertificate> &localChain) Python specific notes: |
setPeerVerifyDepth | Signature: void setPeerVerifyDepth (int depth) Description: Method void QSslSocket::setPeerVerifyDepth(int depth) Python specific notes: |
setPeerVerifyMode | Signature: void setPeerVerifyMode (const QSslSocket_PeerVerifyMode mode) Description: Method void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) Python specific notes: |
setPeerVerifyName | Signature: void setPeerVerifyName (string hostName) Description: Method void QSslSocket::setPeerVerifyName(const QString &hostName) Python specific notes: |
setPrivateKey | (1) Signature: void setPrivateKey (const QSslKey key) Description: Method void QSslSocket::setPrivateKey(const QSslKey &key) Python specific notes: |
(2) Signature: void setPrivateKey (string fileName, const QSsl_KeyAlgorithm algorithm = QSsl::Rsa, const QSsl_EncodingFormat format = QSsl::Pem, bytes passPhrase = QByteArray()) Description: Method void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase) | |
setProtocol | Signature: void setProtocol (const QSsl_SslProtocol protocol) Description: Method void QSslSocket::setProtocol(QSsl::SslProtocol protocol) Python specific notes: |
setReadBufferSize | Signature: void setReadBufferSize (long long size) Description: Method void QSslSocket::setReadBufferSize(qint64 size) This is a reimplementation of QAbstractSocket::setReadBufferSize Python specific notes: |
setSocketDescriptor | Signature: bool setSocketDescriptor (long long socketDescriptor, const QAbstractSocket_SocketState state = QAbstractSocket::ConnectedState, QIODevice_QFlags_OpenModeFlag openMode = QIODevice::ReadWrite) Description: Method bool QSslSocket::setSocketDescriptor(QIntegerForSizeof<void*>::Signed socketDescriptor, QAbstractSocket::SocketState state, QFlags<QIODevice::OpenModeFlag> openMode) This is a reimplementation of QAbstractSocket::setSocketDescriptor |
setSocketOption | Signature: void setSocketOption (const QAbstractSocket_SocketOption option, variant value) Description: Method void QSslSocket::setSocketOption(QAbstractSocket::SocketOption option, const QVariant &value) This is a reimplementation of QAbstractSocket::setSocketOption |
setSslConfiguration | Signature: void setSslConfiguration (const QSslConfiguration config) Description: Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) Python specific notes: |
socketOption | Signature: variant socketOption (const QAbstractSocket_SocketOption option) Description: Method QVariant QSslSocket::socketOption(QAbstractSocket::SocketOption option) This is a reimplementation of QAbstractSocket::socketOption |
sslConfiguration | Signature: [const] QSslConfiguration sslConfiguration Description: Method QSslConfiguration QSslSocket::sslConfiguration() Python specific notes: |
sslConfiguration= | Signature: void sslConfiguration= (const QSslConfiguration config) Description: Method void QSslSocket::setSslConfiguration(const QSslConfiguration &config) Python specific notes: |
sslErrors | Signature: [const] QSslError[] sslErrors Description: Method QList<QSslError> QSslSocket::sslErrors() |
sslErrors_sig | Signature: [signal] void sslErrors_sig (QSslError[] errors) Description: Signal declaration for QSslSocket::sslErrors(const QList<QSslError> &errors) You can bind a procedure to this signal. Python specific notes: |
sslLibraryBuildVersionNumber | Signature: [static] long sslLibraryBuildVersionNumber Description: Static method long int QSslSocket::sslLibraryBuildVersionNumber() This method is static and can be called without an instance. |
sslLibraryBuildVersionString | Signature: [static] string sslLibraryBuildVersionString Description: Static method QString QSslSocket::sslLibraryBuildVersionString() This method is static and can be called without an instance. |
sslLibraryVersionNumber | Signature: [static] long sslLibraryVersionNumber Description: Static method long int QSslSocket::sslLibraryVersionNumber() This method is static and can be called without an instance. |
sslLibraryVersionString | Signature: [static] string sslLibraryVersionString Description: Static method QString QSslSocket::sslLibraryVersionString() This method is static and can be called without an instance. |
startClientEncryption | Signature: void startClientEncryption Description: Method void QSslSocket::startClientEncryption() |
startServerEncryption | Signature: void startServerEncryption Description: Method void QSslSocket::startServerEncryption() |
stateChanged | Signature: [signal] void stateChanged (const QAbstractSocket_SocketState arg1) Description: Signal declaration for QSslSocket::stateChanged(QAbstractSocket::SocketState) You can bind a procedure to this signal. Python specific notes: |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
supportedCiphers | Signature: [static] QSslCipher[] supportedCiphers Description: Static method QList<QSslCipher> QSslSocket::supportedCiphers() This method is static and can be called without an instance. |
supportsSsl | Signature: [static] bool supportsSsl Description: Static method bool QSslSocket::supportsSsl() This method is static and can be called without an instance. |
systemCaCertificates | Signature: [static] QSslCertificate[] systemCaCertificates Description: Static method QList<QSslCertificate> QSslSocket::systemCaCertificates() This method is static and can be called without an instance. |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) 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. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) 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. |
waitForBytesWritten | Signature: bool waitForBytesWritten (int msecs = 30000) Description: Method bool QSslSocket::waitForBytesWritten(int msecs) This is a reimplementation of QAbstractSocket::waitForBytesWritten |
waitForConnected | Signature: bool waitForConnected (int msecs = 30000) Description: Method bool QSslSocket::waitForConnected(int msecs) This is a reimplementation of QAbstractSocket::waitForConnected |
waitForDisconnected | Signature: bool waitForDisconnected (int msecs = 30000) Description: Method bool QSslSocket::waitForDisconnected(int msecs) This is a reimplementation of QAbstractSocket::waitForDisconnected |
waitForEncrypted | Signature: bool waitForEncrypted (int msecs = 30000) Description: Method bool QSslSocket::waitForEncrypted(int msecs) |
waitForReadyRead | Signature: bool waitForReadyRead (int msecs = 30000) Description: Method bool QSslSocket::waitForReadyRead(int msecs) This is a reimplementation of QAbstractSocket::waitForReadyRead |