#include <HMAC.h>
Simple abstract factory interface. Subclass this and create a factory if you want to control how HMAC Hash objects are created.
Definition at line 42 of file HMAC.h.
Definition at line 45 of file HMAC.h.
Opportunity to make any static cleanup calls you need to make. will only be called at the end of the application.
Definition at line 62 of file HMAC.h.
Factory method. Returns hmac hash implementation.
Opportunity to make any static initialization calls you need to make. Will only be called once.
Definition at line 56 of file HMAC.h.