System::Security::Cryptography::ECDsaBotan::SignData Methode
Inhalt
[
Ausblenden
]ECDsaBotan::SignData(const ByteArrayPtr&) method
Berechnet den Hash-Wert des angegebenen Datenarrays und signiert das Ergebnis.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Daten | const ByteArrayPtr& | Eingabedaten-Array. Gibt die ECDSA-Signatur für die Eingabedaten zurück. |
Siehe auch
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
RTTI-Informationen.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
Siehe auch
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::SignData(const ByteArrayPtr&, int32_t, int32_t) method
Berechnet den Hash-Wert des angegebenen Datenarrays und signiert das Ergebnis.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Daten | const ByteArrayPtr& | Eingabedatenarray. |
| Offset | int32_t | Versatz in data. |
| count | int32_t | Anzahl der Bytes, die als Eingabedaten verwendet werden. Gibt die ECDSA-Signatur für die Eingabedaten zurück. |
Siehe auch
- 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-Informationen.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
Siehe auch
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::SignData(const StreamPtr&) method
Berechnet den Hash-Wert des angegebenen Binärstroms und signiert das Ergebnis.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignData(const StreamPtr &stream)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | const StreamPtr& | Binärstrom. Gibt die ECDSA-Signatur für die Eingabedaten zurück. |
Siehe auch
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::SignData(const StreamPtr&, const HashAlgorithmName&) method
RTTI-Informationen.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
Siehe auch
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++