namespace Akenti class OpenSSLHmacImpl : public HmacImpl
Inheritance:
Public Methods
| OpenSSLHmacImpl (const string& alg)
|
| ~OpenSSLHmacImpl ()
Destroys this engine
|
int | getSize () const
|
Public Methods
void init(const SecretKey& key_arg)
virtual void resetEngine()
void update(const string& data)
void update(const string& data, int offset, int len)
string digest()
bool verify(const string& tag)
Protected Methods
virtual void doUpdate(const string& data, int offset, int len)
virtual string doDigest()
Documentation
OpenSSLHmacImpl(const string& alg)
~OpenSSLHmacImpl()
-
Destroys this engine
int getSize() const
- This class has no child classes.
- Author:
- Abdelilah Essiari
- See Also:
- HmacImpl
Hmac
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de