QCA::InfoContext

Search for usage in LXR

#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

- Protected Member Functions inherited from QCA::BasicContext
 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()

QCA::InfoContext::InfoContext ( Provider * p)
inline

Standard constructor.

Parameters
pthe provider associated with this context

Definition at line 121 of file qcaprovider.h.

Member Function Documentation

◆ supportedCipherTypes()

virtual QStringList QCA::InfoContext::supportedCipherTypes ( ) const
virtual

The cipher algorithms supported by the provider.

◆ supportedHashTypes()

virtual QStringList QCA::InfoContext::supportedHashTypes ( ) const
virtual

The hash algorithms supported by the provider.

◆ supportedMACTypes()

virtual QStringList QCA::InfoContext::supportedMACTypes ( ) const
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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:26 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.