2#ifndef _aspose_security_cryptography_hmacsha_1_h_
3#define _aspose_security_cryptography_hmacsha_1_h_
5#include <system/array.h>
6#include <system/exceptions.h>
8#include <security/cryptography/hash_algorithm.h>
10namespace System {
namespace Security {
namespace Cryptography {
Hash-based Message Authentication Code that uses the SHA1 hash function. Not implemented....
Definition: hmacsha_1.h:17
HMACSHA1(const System::ArrayPtr< uint8_t > &key)
Constructor.
Base class for hashing algorithms. Objects of this class should only be allocated using System::MakeO...
Definition: hash_algorithm.h:30
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9