Qt Cryptographic Architecture
|
#include <QtCrypto>
Public Member Functions | |
InfoContext (Provider *p) | |
virtual QStringList | supportedCipherTypes () const |
virtual QStringList | supportedHashTypes () const |
virtual QStringList | supportedMACTypes () const |
![]() | |
![]() | |
virtual Context * | clone () const =0 |
Provider * | provider () const |
bool | sameProvider (const Context *c) const |
QString | type () const |
Additional Inherited Members | |
![]() | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
![]() | |
Context (const Context &from) | |
Context (Provider *parent, const QString &type) | |
Extended provider information.
|
inline |
Standard constructor.
p | the provider associated with this context |
|
virtual |
The hash algorithms supported by the provider.
|
virtual |
The cipher algorithms supported by the provider.
|
virtual |
The mac algorithms supported by the provider.