Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QTlsPrivate::TlsCryptographSecureTransport Class Reference

#include <qtls_st_p.h>

Inheritance diagram for QTlsPrivate::TlsCryptographSecureTransport:
Collaboration diagram for QTlsPrivate::TlsCryptographSecureTransport:

Public Member Functions

 TlsCryptographSecureTransport ()
 ~TlsCryptographSecureTransport () override
void init (QSslSocket *qObj, QSslSocketPrivate *dObj) override
void continueHandshake () override
void disconnected () override
void disconnectFromHost () override
QSslCipher sessionCipher () const override
QSsl::SslProtocol sessionProtocol () const override
void startClientEncryption () override
void startServerEncryption () override
void transmit () override
QList< QSslErrortlsErrors () const override
SSLCipherSuite SSLCipherSuite_from_QSslCipher (const QSslCipher &ciph)

Detailed Description

Definition at line 57 of file qtls_st_p.h.

Constructor & Destructor Documentation

◆ TlsCryptographSecureTransport()

QTlsPrivate::TlsCryptographSecureTransport::TlsCryptographSecureTransport ( )

Definition at line 289 of file qtls_st.cpp.

References TlsCryptographSecureTransport().

Referenced by TlsCryptographSecureTransport().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~TlsCryptographSecureTransport()

QTlsPrivate::TlsCryptographSecureTransport::~TlsCryptographSecureTransport ( )
override

Definition at line 294 of file qtls_st.cpp.

Member Function Documentation

◆ continueHandshake()

void QTlsPrivate::TlsCryptographSecureTransport::continueHandshake ( )
override

Definition at line 310 of file qtls_st.cpp.

◆ disconnected()

void QTlsPrivate::TlsCryptographSecureTransport::disconnected ( )
override

Definition at line 361 of file qtls_st.cpp.

◆ disconnectFromHost()

void QTlsPrivate::TlsCryptographSecureTransport::disconnectFromHost ( )
override

Definition at line 371 of file qtls_st.cpp.

◆ init()

void QTlsPrivate::TlsCryptographSecureTransport::init ( QSslSocket * qObj,
QSslSocketPrivate * dObj )
override

Definition at line 299 of file qtls_st.cpp.

◆ sessionCipher()

QSslCipher QTlsPrivate::TlsCryptographSecureTransport::sessionCipher ( ) const
override

Definition at line 384 of file qtls_st.cpp.

◆ sessionProtocol()

QSsl::SslProtocol QTlsPrivate::TlsCryptographSecureTransport::sessionProtocol ( ) const
override

Definition at line 393 of file qtls_st.cpp.

◆ SSLCipherSuite_from_QSslCipher()

SSLCipherSuite QTlsPrivate::TlsCryptographSecureTransport::SSLCipherSuite_from_QSslCipher ( const QSslCipher & ciph)

Definition at line 540 of file qtls_st.cpp.

◆ startClientEncryption()

void QTlsPrivate::TlsCryptographSecureTransport::startClientEncryption ( )
override

Definition at line 422 of file qtls_st.cpp.

◆ startServerEncryption()

void QTlsPrivate::TlsCryptographSecureTransport::startServerEncryption ( )
override

Definition at line 436 of file qtls_st.cpp.

◆ tlsErrors()

QList< QSslError > QTlsPrivate::TlsCryptographSecureTransport::tlsErrors ( ) const
override

Definition at line 1330 of file qtls_st.cpp.

◆ transmit()

void QTlsPrivate::TlsCryptographSecureTransport::transmit ( )
override

Definition at line 449 of file qtls_st.cpp.


The documentation for this class was generated from the following files: