![]() |
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 40 of file qtls_schannel_p.h.
QTlsPrivate::TlsCryptographSchannel::TlsCryptographSchannel | ( | ) |
Definition at line 994 of file qtls_schannel.cpp.
Referenced by QSchannelBackend::createTlsCryptograph().
QTlsPrivate::TlsCryptographSchannel::~TlsCryptographSchannel | ( | ) |
Definition at line 1001 of file qtls_schannel.cpp.
|
override |
Definition at line 2172 of file qtls_schannel.cpp.
References continueHandshake(), disconnectFromHost(), and transmit().
Referenced by continueHandshake(), startClientEncryption(), startServerEncryption(), and transmit().
|
override |
Definition at line 2124 of file qtls_schannel.cpp.
References hasUndecryptedData(), and transmit().
|
override |
Definition at line 2105 of file qtls_schannel.cpp.
References transmit().
Referenced by continueHandshake(), and transmit().
|
inlineoverrideprivate |
Definition at line 99 of file qtls_schannel_p.h.
Referenced by disconnected().
|
override |
Definition at line 1009 of file qtls_schannel.cpp.
|
override |
Definition at line 2147 of file qtls_schannel.cpp.
|
override |
Definition at line 2165 of file qtls_schannel.cpp.
|
override |
Definition at line 1742 of file qtls_schannel.cpp.
References continueHandshake().
|
override |
Definition at line 1752 of file qtls_schannel.cpp.
References continueHandshake().
Definition at line 2240 of file qtls_schannel.cpp.
|
override |
Definition at line 1833 of file qtls_schannel.cpp.
References continueHandshake(), and disconnectFromHost().
Referenced by continueHandshake(), disconnected(), and disconnectFromHost().