System::Security::Cryptography::ECDsaBotan::HashData 方法
ECDsaBotan::HashData(ByteArrayPtr, int32_t, int32_t, HashAlgorithmName) method
使用指定的哈希算法计算指定数据数组的哈希值。
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::HashData(ByteArrayPtr data, int32_t offset, int32_t count, HashAlgorithmName hash_algorithm) override
| 参数 | 类型 | 描述 |
|---|---|---|
| data | ByteArrayPtr | Data 用于哈希。 |
| offset | int32_t | 在 data 中的偏移。 |
| count | int32_t | 要进行哈希的字节数。 |
| hash_algorithm | HashAlgorithmName | 哈希算法。 |
ReturnValue
已哈希的数据。
另见
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::HashData(StreamPtr, HashAlgorithmName) method
使用指定的哈希算法计算指定二进制流的哈希值。
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::HashData(StreamPtr stream, HashAlgorithmName hash_algorithm) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | StreamPtr | 用于哈希的二进制流。 |
| hash_algorithm | HashAlgorithmName | 哈希算法。 |
ReturnValue
已哈希的数据。
另见
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++