System::Security::Cryptography::ECDsaBotan::HashData method
Contents
[
Hide
]ECDsaBotan::HashData(ByteArrayPtr, int32_t, int32_t, HashAlgorithmName) method
Computes the hash value of the specified data array using the specified hash algorithm.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::HashData(ByteArrayPtr data, int32_t offset, int32_t count, HashAlgorithmName hash_algorithm) override
Parameter | Type | Description |
---|---|---|
data | ByteArrayPtr | Data to hash. |
offset | int32_t | Offset in data. |
count | int32_t | Number of bytes to hash. |
hash_algorithm | HashAlgorithmName | Hash algorithm. |
ReturnValue
Hashed data.
See Also
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
ECDsaBotan::HashData(StreamPtr, HashAlgorithmName) method
Computes the hash value of the specified binary stream using the specified hash algorithm.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::HashData(StreamPtr stream, HashAlgorithmName hash_algorithm) override
Parameter | Type | Description |
---|---|---|
stream | StreamPtr | Bynary stream to hashed. |
hash_algorithm | HashAlgorithmName | Hash algorithm. |
ReturnValue
Hashed data.
See Also
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++