![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtls_schannel_p.h>
Public Member Functions | |
TlsCryptographSchannel () | |
~TlsCryptographSchannel () | |
void | init (QSslSocket *q, QSslSocketPrivate *d) override |
void | startClientEncryption () override |
void | startServerEncryption () override |
void | transmit () override |
void | disconnectFromHost () override |
void | disconnected () override |
QSslCipher | sessionCipher () const override |
QSsl::SslProtocol | sessionProtocol () const override |
void | continueHandshake () override |
QList< QSslError > | tlsErrors () const override |
Private Member Functions | |
bool | hasUndecryptedData () const override |
Definition at line 41 of file qtls_schannel_p.h.
QTlsPrivate::TlsCryptographSchannel::TlsCryptographSchannel | ( | ) |
Definition at line 1002 of file qtls_schannel.cpp.
Referenced by QSchannelBackend::createTlsCryptograph().
QTlsPrivate::TlsCryptographSchannel::~TlsCryptographSchannel | ( | ) |
Definition at line 1009 of file qtls_schannel.cpp.
|
override |
Definition at line 2145 of file qtls_schannel.cpp.
References continueHandshake(), disconnectFromHost(), and transmit().
Referenced by continueHandshake(), startClientEncryption(), startServerEncryption(), and transmit().
|
override |
Definition at line 2097 of file qtls_schannel.cpp.
References hasUndecryptedData(), and transmit().
|
override |
Definition at line 2078 of file qtls_schannel.cpp.
References transmit().
Referenced by continueHandshake(), and transmit().
|
inlineoverrideprivate |
Definition at line 100 of file qtls_schannel_p.h.
Referenced by disconnected().
|
override |
Definition at line 1016 of file qtls_schannel.cpp.
|
override |
Definition at line 2120 of file qtls_schannel.cpp.
|
override |
Definition at line 2138 of file qtls_schannel.cpp.
|
override |
Definition at line 1715 of file qtls_schannel.cpp.
References continueHandshake().
|
override |
Definition at line 1725 of file qtls_schannel.cpp.
References continueHandshake().
Definition at line 2213 of file qtls_schannel.cpp.
|
override |
Definition at line 1806 of file qtls_schannel.cpp.
References continueHandshake(), and disconnectFromHost().
Referenced by continueHandshake(), disconnected(), and disconnectFromHost().