class OpenSSLHmacImpl


Inheritance:


Public Methods

[more] OpenSSLHmacImpl (const string& alg)
[more] ~OpenSSLHmacImpl ()
Destroys this engine
[more]int getSize () const


Inherited from HmacImpl:

Public Methods

ovoid init(const SecretKey& key_arg)
ovirtual void resetEngine()
ovoid update(const string& data)
ovoid update(const string& data, int offset, int len)
ostring digest()
obool verify(const string& tag)

Protected Methods

ovirtual void doUpdate(const string& data, int offset, int len)
ovirtual string doDigest()


Documentation

o OpenSSLHmacImpl(const string& alg)

o ~OpenSSLHmacImpl()
Destroys this engine

oint 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++.