طريقة System::Security::Cryptography::ECDsaBotan::SignData
محتويات
[
يخفي
]ECDsaBotan::SignData(const ByteArrayPtr&) method
يحسب قيمة التجزئة للمصفوفة البيانات المحددة، ويوقع النتيجة.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data)
| Parameter | Type | الوصف |
|---|---|---|
| بيانات | 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)
| Parameter | Type | الوصف |
|---|---|---|
| بيانات | const ByteArrayPtr& | مصفوفة البيانات المدخلة. |
| الإزاحة | 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)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | 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++