2#ifndef _aspose_security_cryptography_hmacsha_512_h_
3#define _aspose_security_cryptography_hmacsha_512_h_
5#include <system/array.h>
6#include <system/exceptions.h>
8#include <security/cryptography/hash_algorithm.h>
10namespace System {
namespace Security {
namespace Cryptography {
31 MEMBER_FUNCTION_MAKE_OBJECT(
HMACSHA512, CODEPORTING_ARGS(), CODEPORTING_ARGS());
Hash-based Message Authentication Code that uses the SHA512 hash function. Partialy implemented....
Definition: hmacsha_512.h:17
HMACSHA512(const System::ArrayPtr< uint8_t > &key)
Constructor.
ArrayPtr< uint8_t > ComputeHash(const ArrayPtr< uint8_t > &buffer)
Calculates HMAC.
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