qca
QCA::InfoContext Class Reference
[QCA provider API]
Extended provider information. More...
#include <QtCrypto>
Inheritance diagram for QCA::InfoContext:

Public Member Functions | |
| InfoContext (Provider *p) | |
| virtual QStringList | supportedCipherTypes () const |
| virtual QStringList | supportedHashTypes () const |
| virtual QStringList | supportedMACTypes () const |
Detailed Description
Extended provider information.
- Note:
- This class is part of the provider plugin interface and should not be used directly by applications.
Definition at line 110 of file qcaprovider.h.
Constructor & Destructor Documentation
| QCA::InfoContext::InfoContext | ( | Provider * | p | ) | [inline] |
Standard constructor.
- Parameters:
-
p the provider associated with this context
Definition at line 119 of file qcaprovider.h.
Member Function Documentation
| QStringList QCA::InfoContext::supportedCipherTypes | ( | ) | const [virtual] |
The cipher algorithms supported by the provider.
Definition at line 927 of file qca_core.cpp.
| QStringList QCA::InfoContext::supportedHashTypes | ( | ) | const [virtual] |
The hash algorithms supported by the provider.
Definition at line 922 of file qca_core.cpp.
| QStringList QCA::InfoContext::supportedMACTypes | ( | ) | const [virtual] |
The mac algorithms supported by the provider.
Definition at line 932 of file qca_core.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference