qca
QCA::TLSSession Class Reference
[QCA user API]
Session token, used for TLS resuming. More...
#include <QtCrypto>
Inheritance diagram for QCA::TLSSession:

Public Member Functions | |
| TLSSession (const TLSSession &from) | |
| TLSSession () | |
| ~TLSSession () | |
| bool | isNull () const |
| TLSSession & | operator= (const TLSSession &from) |
Detailed Description
Session token, used for TLS resuming.
Definition at line 238 of file qca_securelayer.h.
Constructor & Destructor Documentation
| QCA::TLSSession::TLSSession | ( | ) |
Definition at line 131 of file qca_securelayer.cpp.
| QCA::TLSSession::TLSSession | ( | const TLSSession & | from | ) |
Copy constructor.
- Parameters:
-
from the session token to copy from
Definition at line 135 of file qca_securelayer.cpp.
| QCA::TLSSession::~TLSSession | ( | ) |
Definition at line 140 of file qca_securelayer.cpp.
Member Function Documentation
| bool QCA::TLSSession::isNull | ( | ) | const |
Test if the session token is valid.
Definition at line 150 of file qca_securelayer.cpp.
| TLSSession & QCA::TLSSession::operator= | ( | const TLSSession & | from | ) |
Assignment operator.
- Parameters:
-
from the session token to assign from
Reimplemented from QCA::Algorithm.
Definition at line 144 of file qca_securelayer.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference