Qt Cryptographic Architecture
Public Member Functions | List of all members
QCA::InfoContext Class Reference

#include <QtCrypto>

Collaboration diagram for QCA::InfoContext:
Collaboration graph
[legend]

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 (Provider *parent, const QString &type)
 
 BasicContext (const BasicContext &from)
 

Detailed Description

Extended provider information.

Note
This class is part of the provider plugin interface and should not be used directly by applications.

Constructor & Destructor Documentation

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

Standard constructor.

Parameters
pthe provider associated with this context

Member Function Documentation

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

The hash algorithms supported by the provider.

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

The cipher algorithms supported by the provider.

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: