IPWorks Encrypt 2020 Kotlin Edition

Questions / Feedback?

HashAlgorithm Property

The hash algorithm used for hash computation.

Syntax

public var hashAlgorithm: DsaHashAlgorithms

public enum class DsaHashAlgorithms(val value: Int) {
dhaSHA1(0),
dhaSHA224(1),
dhaSHA256(2),
dhaSHA384(3),
dhaSHA512(4),
dhaRIPEMD160(5);
}

Default Value

2

Remarks

This property specifies the hash algorithm used for hash computation. This is only applicable when calling Sign or VerifySignature and HashValue is computed. Possible values are:

0 (dhaSHA1) SHA-1
1 (dhaSHA224) SHA-224
2 (dhaSHA256 - default) SHA-256
3 (dhaSHA384) SHA-384
4 (dhaSHA512) SHA-512
5 (dhaRIPEMD160) RIPEMD-160

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Kotlin Edition - Version 20.0 [Build 7941]