QCA::TLSSession
QCA::TLSSession Class Reference
#include <QtCrypto>
Inheritance diagram for QCA::TLSSession:
Public Member Functions | |
TLSSession (const TLSSession &from) | |
bool | isNull () const |
TLSSession & | operator= (const TLSSession &from) |
Public Member Functions inherited from QCA::Algorithm | |
Algorithm (const Algorithm &from) | |
void | change (const QString &type, const QString &provider) |
void | change (Provider::Context *c) |
Provider::Context * | context () |
const Provider::Context * | context () const |
Algorithm & | operator= (const Algorithm &from) |
Provider * | provider () const |
Provider::Context * | takeContext () |
QString | type () const |
Additional Inherited Members | |
Protected Member Functions inherited from QCA::Algorithm | |
Algorithm () | |
Algorithm (const QString &type, const QString &provider) | |
Detailed Description
Session token, used for TLS resuming.
Definition at line 238 of file qca_securelayer.h.
Constructor & Destructor Documentation
◆ TLSSession()
QCA::TLSSession::TLSSession | ( | const TLSSession & | from | ) |
Copy constructor.
- Parameters
-
from the session token to copy from
Member Function Documentation
◆ isNull()
bool QCA::TLSSession::isNull | ( | ) | const |
Test if the session token is valid.
◆ operator=()
TLSSession & QCA::TLSSession::operator= | ( | const TLSSession & | from | ) |
Assignment operator.
- Parameters
-
from the session token to assign from
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 Fri Nov 8 2024 11:53:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:53:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.