طريقة 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& | مصفوفة البيانات المدخلة. |
| إزاحة | 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++