System::Security::Cryptography::ECDsa::SignData metodo
Contenuti
[
Nascondere
]ECDsa::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
Calcola il valore hash dell’array di dati specificato utilizzando l’algoritmo hash specificato e firma il risultato.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
| Parametro | Tipo | Descrizione |
|---|---|---|
| dati | const ByteArrayPtr& | Array di dati in input. |
| hash_algorithm | const HashAlgorithmName& | Algoritmo di hash. restituisce la firma ECDSA per i dati di input. |
Vedi anche
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsa::SignData(const ByteArrayPtr&, int32_t, int32_t, const HashAlgorithmName&) method
Calcola il valore hash dell’array di dati specificato utilizzando l’algoritmo hash specificato e firma il risultato.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
| Parametro | Tipo | Descrizione |
|---|---|---|
| dati | const ByteArrayPtr& | Array di dati in input. |
| offset | int32_t | Scostamento in data. |
| count | int32_t | Numero di byte da utilizzare come dati di input. |
| hash_algorithm | const HashAlgorithmName& | Algoritmo di hash. restituisce la firma ECDSA per i dati di input. |
Vedi anche
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsa::SignData(const StreamPtr&, const HashAlgorithmName&) method
Calcola il valore hash del flusso binario specificato utilizzando l’algoritmo hash specificato e firma il risultato.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | const StreamPtr& | Flusso binario. |
| hash_algorithm | const HashAlgorithmName& | Algoritmo di hash. restituisce la firma ECDSA per i dati di input. |
Vedi anche
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++