QCA::TLSContext::SessionInfo

Search for usage in LXR

QCA::TLSContext::SessionInfo Class Reference

#include <QtCrypto>

Public Attributes

int cipherBits
 
int cipherMaxBits
 
QString cipherSuite
 
TLSSessionContextid
 
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.

See also
TLSContext::supportedCipherSuites()

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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:26 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.