System::Security::Cryptography::ECDsa::SignData メソッド
コンテンツ
[
隠れる
]ECDsa::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
指定されたハッシュアルゴリズムを使用して、指定されたデータ配列のハッシュ値を計算し、結果に署名します。
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
| パラメーター | 型 | 説明 |
|---|---|---|
| データ | const ByteArrayPtr& | 入力データ配列。 |
| hash_algorithm | const HashAlgorithmName& | ハッシュアルゴリズム。入力データに対する ECDSA 署名を返します。 |
参照
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsa::SignData(const ByteArrayPtr&, int32_t, int32_t, const HashAlgorithmName&) method
指定されたハッシュアルゴリズムを使用して、指定されたデータ配列のハッシュ値を計算し、結果に署名します。
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
| パラメーター | 型 | 説明 |
|---|---|---|
| データ | const ByteArrayPtr& | 入力データ配列。 |
| offset | int32_t | data のオフセット。 |
| count | int32_t | 入力データとして使用するバイト数。 |
| hash_algorithm | const HashAlgorithmName& | ハッシュアルゴリズム。入力データに対する ECDSA 署名を返します。 |
参照
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsa::SignData(const StreamPtr&, const HashAlgorithmName&) method
指定されたハッシュアルゴリズムを使用して、指定されたバイナリストリームのハッシュ値を計算し、結果に署名します。
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
| パラメーター | 型 | 説明 |
|---|---|---|
| ストリーム | const StreamPtr& | バイナリストリーム。 |
| hash_algorithm | const HashAlgorithmName& | ハッシュアルゴリズム。入力データに対する ECDSA 署名を返します。 |
参照
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++