#include <QtCrypto>
Public Member Functions | |
InfoContext (Provider *p) | |
virtual QStringList | supportedCipherTypes () const |
virtual QStringList | supportedHashTypes () const |
virtual QStringList | supportedMACTypes () const |
QCA::InfoContext::InfoContext | ( | Provider * | p | ) | [inline] |
Standard constructor.
p | the provider associated with this context |
virtual QStringList QCA::InfoContext::supportedCipherTypes | ( | ) | const [virtual] |
The cipher algorithms supported by the provider.
virtual QStringList QCA::InfoContext::supportedHashTypes | ( | ) | const [virtual] |
The hash algorithms supported by the provider.
virtual QStringList QCA::InfoContext::supportedMACTypes | ( | ) | const [virtual] |
The mac algorithms supported by the provider.