System::Security::Cryptography::ECDsaBotan::SignData methode

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)
ParameterTypeBeschrijving
gegevensconst ByteArrayPtr&Invoergegevensarray. retourneert ECDSA-handtekening voor de invoergegevens.

Zie ook

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

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)
ParameterTypeBeschrijving
gegevensconst ByteArrayPtr&Invoergegevensarray.
offsetint32_tOffset in data.
countint32_tAantal bytes om te gebruiken als invoergegevens. retourneer ECDSA-handtekening voor de invoergegevens.

Zie ook

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

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)
ParameterTypeBeschrijving
streamconst StreamPtr&Binaire stroom. retourneer ECDSA-handtekening voor de invoergegevens.

Zie ook

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