QCA::TLSContext::SessionInfo
#include <QtCrypto>
Public Attributes | |
| int | cipherBits |
| int | cipherMaxBits |
| QString | cipherSuite |
| TLSSessionContext * | id |
| bool | isCompressed |
| TLS::Version | version |
Detailed Description
Information about an active TLS connection.
For efficiency and simplicity, the members are directly accessed.
Definition at line 2252 of file qcaprovider.h.
Member Data Documentation
◆ cipherBits
| int QCA::TLSContext::SessionInfo::cipherBits |
The bit size of the cipher used for this connection.
Definition at line 2275 of file qcaprovider.h.
◆ cipherMaxBits
| int QCA::TLSContext::SessionInfo::cipherMaxBits |
The maximum bit size possible of the cipher used for this connection.
Definition at line 2281 of file qcaprovider.h.
◆ cipherSuite
| QString QCA::TLSContext::SessionInfo::cipherSuite |
The cipher suite being used for this connection.
Definition at line 2270 of file qcaprovider.h.
◆ id
| TLSSessionContext* QCA::TLSContext::SessionInfo::id |
Pointer to the id of this TLS session, for use with resuming.
Definition at line 2287 of file qcaprovider.h.
◆ isCompressed
| bool QCA::TLSContext::SessionInfo::isCompressed |
True if the TLS connection is compressed, otherwise false.
Definition at line 2258 of file qcaprovider.h.
◆ version
| TLS::Version QCA::TLSContext::SessionInfo::version |
The TLS protocol version being used for this connection.
Definition at line 2263 of file qcaprovider.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:01:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.