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.Page 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.Page for C++