System::Security::Cryptography::ECDsaBotan::SignData metodu
İçindekiler
[
Saklamak
]ECDsaBotan::SignData(const ByteArrayPtr&) method
Belirtilen veri dizisinin hash değerini hesaplar ve sonucu imzalar.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data)
| Parametre | Tür | Açıklama |
|---|---|---|
| veri | const ByteArrayPtr& | Girdi veri dizisi. Girdi verisi için ECDSA imzasını döndürür. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
RTTI bilgisi.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::SignData(const ByteArrayPtr&, int32_t, int32_t) method
Belirtilen veri dizisinin hash değerini hesaplar ve sonucu imzalar.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count)
| Parametre | Tür | Açıklama |
|---|---|---|
| veri | const ByteArrayPtr& | Girdi veri dizisi. |
| offset | int32_t | Offset data içinde. |
| count | int32_t | Girdi verisi olarak kullanılacak bayt sayısı. Girdi verisi için ECDSA imzasını döndürür. |
Ayrıca Bakınız
- 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 bilgisi.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::SignData(const StreamPtr&) method
Belirtilen ikili akışın hash değerini hesaplar ve sonucu imzalar.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const StreamPtr &stream)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | const StreamPtr& | İkili akış. Girdi verisi için ECDSA imzasını döndürür. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::SignData(const StreamPtr&, const HashAlgorithmName&) method
RTTI bilgisi.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++