![]() |
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 2146 of file qtls_schannel.cpp.
References continueHandshake(), disconnectFromHost(), and transmit().
Referenced by continueHandshake(), startClientEncryption(), startServerEncryption(), and transmit().
|
override |
Definition at line 2098 of file qtls_schannel.cpp.
References hasUndecryptedData(), and transmit().
|
override |
Definition at line 2079 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 2121 of file qtls_schannel.cpp.
|
override |
Definition at line 2139 of file qtls_schannel.cpp.
|
override |
Definition at line 1716 of file qtls_schannel.cpp.
References continueHandshake().
|
override |
Definition at line 1726 of file qtls_schannel.cpp.
References continueHandshake().
Definition at line 2214 of file qtls_schannel.cpp.
|
override |
Definition at line 1807 of file qtls_schannel.cpp.
References continueHandshake(), and disconnectFromHost().
Referenced by continueHandshake(), disconnected(), and disconnectFromHost().