|
Qt Cryptographic Architecture
|
#include <QtCrypto>

Protected Member Functions | |
| 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) | |
Additional Inherited Members | |
| 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 |
Base class to use for primitive provider contexts.
This class inherits Provider::Context and calls moveToThread(0) on itself, thereby disabling the event properties of the underlying QObject. Context types that need to be a QObject should inherit from Provider::Context, those that don't should inherit from BasicContext.
|
protected |
Standard constructor.
| parent | the parent provider for this context |
| type | the name of the provider context type |
References QCA::Provider::Context::type().
Referenced by BasicContext(), QCA::CAContext::CAContext(), QCA::CertBase::CertBase(), QCA::CertCollectionContext::CertCollectionContext(), QCA::CipherContext::CipherContext(), QCA::HashContext::HashContext(), QCA::HKDFContext::HKDFContext(), QCA::InfoContext::InfoContext(), QCA::KDFContext::KDFContext(), QCA::KeyStoreEntryContext::KeyStoreEntryContext(), QCA::MACContext::MACContext(), QCA::PGPKeyContext::PGPKeyContext(), QCA::PKCS12Context::PKCS12Context(), QCA::PKeyContext::PKeyContext(), QCA::RandomContext::RandomContext(), QCA::SMSContext::SMSContext(), and QCA::TLSSessionContext::TLSSessionContext().
|
protected |