class
OpenSSLHmacImpl
Inheritance:
Public Methods
OpenSSLHmacImpl
(const string&
alg
)
~OpenSSLHmacImpl
()
Destroys this engine
int
getSize
() const
Inherited from
HmacImpl
:
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
HTML hierarchy of classes
or
Java
This page was generated with the help of
DOC++
.