Security Scol plugin
List of all members
MessageAuthenticationCodeImpl< BASE, INFO > Class Template Reference

Provides a base implementation of Algorithm and SimpleKeyingInterface for message authentication codes. More...

#include <seckey.h>

Inheritance diagram for MessageAuthenticationCodeImpl< BASE, INFO >:
AlgorithmImpl< BASE, ALGORITHM_INFO > CMAC< T_BlockCipher > ClonableImpl< MessageAuthenticationCodeFinal< BASE >, MessageAuthenticationCodeImpl< BASE > > HMAC< H > HMAC< SHA256 > MessageAuthenticationCodeFinal< BASE >

Additional Inherited Members

- Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO >
std::string AlgorithmName () const
 The algorithm name.
 
- Static Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 The algorithm name.
 

Detailed Description

template<class BASE, class INFO = BASE>
class MessageAuthenticationCodeImpl< BASE, INFO >

Provides a base implementation of Algorithm and SimpleKeyingInterface for message authentication codes.

Template Parameters
INFOa SimpleKeyingInterface derived class
BASEa SimpleKeyingInterface derived class

MessageAuthenticationCodeImpl() provides a default implementation for message authentication codes using AlgorithmImpl() and SimpleKeyingInterfaceImpl(). Functions are virtual and not subject to C++11 constexpr.

See also
Algorithm(), SimpleKeyingInterface(), AlgorithmImpl(), SimpleKeyingInterfaceImpl()

Definition at line 362 of file seckey.h.


The documentation for this class was generated from the following file: