System::Security::Cryptography::ECDsaBotan::HashData método
Contenido
[
Ocultar
]ECDsaBotan::HashData(ByteArrayPtr, int32_t, int32_t, HashAlgorithmName) method
Calcula el valor hash del arreglo de datos especificado usando el algoritmo de hash especificado.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::HashData(ByteArrayPtr data, int32_t offset, int32_t count, HashAlgorithmName hash_algorithm) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| data | ByteArrayPtr | Data para hash. |
| desplazamiento | int32_t | Desplazamiento en data. |
| count | int32_t | Número de bytes a procesar con hash. |
| hash_algorithm | HashAlgorithmName | Algoritmo hash. |
ReturnValue
Datos hash.
Ver también
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::HashData(StreamPtr, HashAlgorithmName) method
Calcula el valor hash del flujo binario especificado usando el algoritmo de hash especificado.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::HashData(StreamPtr stream, HashAlgorithmName hash_algorithm) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | StreamPtr | Flujo binario para hash. |
| hash_algorithm | HashAlgorithmName | Algoritmo hash. |
ReturnValue
Datos hash.
Ver también
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++