System::Security::Cryptography::ECDsa::SignData yöntemi
İçindekiler
[
Saklamak
]ECDsa::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
Belirtilen veri dizisinin hash değerini belirtilen hash algoritmasıyla hesaplar ve sonucu imzalar.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
| Parameter | Type | Açıklama |
|---|---|---|
| veri | const ByteArrayPtr& | Girdi veri dizisi. |
| hash_algorithm | const HashAlgorithmName& | Hash algoritması. Girdi verisi için ECDSA imzasını döndürür. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsa::SignData(const ByteArrayPtr&, int32_t, int32_t, const HashAlgorithmName&) method
Belirtilen veri dizisinin hash değerini belirtilen hash algoritmasıyla hesaplar ve sonucu imzalar.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
| Parameter | Type | Açıklama |
|---|---|---|
| veri | const ByteArrayPtr& | Girdi veri dizisi. |
| offset | int32_t | data içinde ofset. |
| count | int32_t | Girdi verisi olarak kullanılacak bayt sayısı. |
| hash_algorithm | const HashAlgorithmName& | Hash algoritması. Girdi verisi için ECDSA imzasını döndürür. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsa::SignData(const StreamPtr&, const HashAlgorithmName&) method
Belirtilen ikili akışın hash değerini belirtilen hash algoritmasıyla hesaplar ve sonucu imzalar.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | const StreamPtr& | İkili akış. |
| hash_algorithm | const HashAlgorithmName& | Hash algoritması. Girdi verisi için ECDSA imzasını döndürür. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++