QCA::TLSSession

Search for usage in LXR

QCA::TLSSession Class Reference

#include <QtCrypto>

Inheritance diagram for QCA::TLSSession:

Public Member Functions

 TLSSession (const TLSSession &from)
 
bool isNull () const
 
TLSSessionoperator= (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::Contextcontext ()
 
const Provider::Contextcontext () const
 
Algorithmoperator= (const Algorithm &from)
 
Providerprovider () const
 
Provider::ContexttakeContext ()
 
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
fromthe 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
fromthe 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 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.