#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, size_t length) | |
| Clonable * | Clone () const |
| void | SetKey (const byte *key, size_t length, const NameValuePairs ¶ms=g_nullNameValuePairs) |
| std::string | AlgorithmName () const |
| size_t | MinKeyLength () const |
| size_t | MaxKeyLength () const |
| size_t | DefaultKeyLength () const |
| size_t | GetValidKeyLength (size_t n) const |
| BASE::IV_Requirement | IVRequirement () const |
Static Public Member Functions | |
| static std::string __cdecl | StaticAlgorithmName () |
Protected Member Functions | |
| void | AssertValidKeyLength (size_t length) |
1.5.1-p1