QCA::InfoContext
QCA::InfoContext Class Reference
#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 |
Additional Inherited Members | |
![]() | |
BasicContext (const BasicContext &from) | |
BasicContext (Provider *parent, const QString &type) | |
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 112 of file qcaprovider.h.
Constructor & Destructor Documentation
◆ InfoContext()
|
inline |
Standard constructor.
- Parameters
-
p the provider associated with this context
Definition at line 121 of file qcaprovider.h.
Member Function Documentation
◆ supportedCipherTypes()
|
virtual |
The cipher algorithms supported by the provider.
◆ supportedHashTypes()
|
virtual |
The hash algorithms supported by the provider.
◆ supportedMACTypes()
|
virtual |
The mac algorithms supported by the provider.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 03:46:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 03:46:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.