#include <seckey.h>
Inheritance diagram for MessageAuthenticationCodeFinal< BASE >:

Definition at line 196 of file seckey.h.
Public Member Functions | |
| MessageAuthenticationCodeFinal () | |
| MessageAuthenticationCodeFinal (const byte *key) | |
| MessageAuthenticationCodeFinal (const byte *key, unsigned int length) | |
| Clonable * | Clone () const |
| void | SetKey (const byte *key, unsigned int length, const NameValuePairs ¶ms=g_nullNameValuePairs) |
| std::string | AlgorithmName () const |
| unsigned int | MinKeyLength () const |
| unsigned int | MaxKeyLength () const |
| unsigned int | DefaultKeyLength () const |
| unsigned int | GetValidKeyLength (unsigned int n) const |
| BASE::IV_Requirement | IVRequirement () const |
Static Public Member Functions | |
| static std::string __cdecl | StaticAlgorithmName () |
Protected Member Functions | |
| void | AssertValidKeyLength (unsigned int length) |
1.4.4