CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
hmacsha_1.h
1
2#ifndef _aspose_security_cryptography_hmacsha_1_h_
3#define _aspose_security_cryptography_hmacsha_1_h_
4
5#include <system/array.h>
6#include <system/exceptions.h>
7
8#include <security/cryptography/hash_algorithm.h>
9
10namespace System { namespace Security { namespace Cryptography {
11
16class ASPOSECPP_SHARED_CLASS HMACSHA1 : public HashAlgorithm
17{
18public:
21 ASPOSECPP_SHARED_API HMACSHA1(const System::ArrayPtr<uint8_t>& key);
22};
23
24}}}
25#endif
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