Qt Cryptographic Architecture
|
#include <QtCrypto>
Public Member Functions | |
bool | isNull () const |
TLSSession & | operator= (const TLSSession &from) |
TLSSession (const TLSSession &from) | |
![]() | |
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 | |
![]() | |
Algorithm () | |
Algorithm (const QString &type, const QString &provider) | |
Session token, used for TLS resuming.
QCA::TLSSession::TLSSession | ( | const TLSSession & | from | ) |
Copy constructor.
from | the session token to copy from |
TLSSession& QCA::TLSSession::operator= | ( | const TLSSession & | from | ) |
Assignment operator.
from | the session token to assign from |
bool QCA::TLSSession::isNull | ( | ) | const |
Test if the session token is valid.