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