System::Security::Cryptography::ECDsaBotan::SignData methode
inhoud
[
verbergen
]ECDsaBotan::SignData(const ByteArrayPtr&) method
Berekent de hashwaarde van de opgegeven gegevensarray en ondertekent het resultaat.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data)
| Parameter | Type | Beschrijving |
|---|---|---|
| gegevens | const ByteArrayPtr& | Invoergegevensarray. retourneert ECDSA-handtekening voor de invoergegevens. |
Zie ook
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
RTTI-informatie.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
Zie ook
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const ByteArrayPtr&, int32_t, int32_t) method
Berekent de hashwaarde van de opgegeven gegevensarray en ondertekent het resultaat.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count)
| Parameter | Type | Beschrijving |
|---|---|---|
| gegevens | const ByteArrayPtr& | Invoergegevensarray. |
| offset | int32_t | Offset in data. |
| count | int32_t | Aantal bytes om te gebruiken als invoergegevens. retourneer ECDSA-handtekening voor de invoergegevens. |
Zie ook
- 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-informatie.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
Zie ook
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const StreamPtr&) method
Berekent de hashwaarde van de opgegeven binaire stroom en ondertekent het resultaat.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const StreamPtr &stream)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | const StreamPtr& | Binaire stroom. retourneer ECDSA-handtekening voor de invoergegevens. |
Zie ook
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::SignData(const StreamPtr&, const HashAlgorithmName&) method
RTTI-informatie.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
Zie ook
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++