System::Security::Cryptography::ECDsaBotan::HashData méthode

ECDsaBotan::HashData(ByteArrayPtr, int32_t, int32_t, HashAlgorithmName) method

Calcule la valeur de hachage du tableau de données spécifié en utilisant l’algorithme de hachage spécifié.

ByteArrayPtr System::Security::Cryptography::ECDsaBotan::HashData(ByteArrayPtr data, int32_t offset, int32_t count, HashAlgorithmName hash_algorithm) override
ParamètreTypeDescription
dataByteArrayPtrData à hacher.
décalageint32_tDécalage dans data.
countint32_tNombre d’octets à hacher.
hash_algorithmHashAlgorithmNameAlgorithme de hachage.

ReturnValue

Données hachées.

Voir aussi

ECDsaBotan::HashData(StreamPtr, HashAlgorithmName) method

Calcule la valeur de hachage du flux binaire spécifié en utilisant l’algorithme de hachage spécifié.

ByteArrayPtr System::Security::Cryptography::ECDsaBotan::HashData(StreamPtr stream, HashAlgorithmName hash_algorithm) override
ParamètreTypeDescription
fluxStreamPtrFlux binaire à hacher.
hash_algorithmHashAlgorithmNameAlgorithme de hachage.

ReturnValue

Données hachées.

Voir aussi