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