|
Qt Cryptographic Architecture
|
#include <QtCrypto>

Public Member Functions | |
| TLSSessionContext (Provider *p) | |
| Public Member Functions inherited from QCA::Provider::Context | |
| virtual Context * | clone () const =0 |
| Provider * | provider () const |
| bool | sameProvider (const Context *c) const |
| QString | type () const |
Additional Inherited Members | |
| Protected Member Functions inherited from QCA::BasicContext | |
| BasicContext (const BasicContext &from) | |
| BasicContext (Provider *parent, const QString &type) | |
| Protected Member Functions inherited from QCA::Provider::Context | |
| Context (const Context &from) | |
| Context (Provider *parent, const QString &type) | |
TLS "session" provider.
|
inline |
Standard constructor.
| p | the Provider associated with this context |
References QCA::BasicContext::BasicContext().