IPWorks Auth 2020 Java Edition

Questions / Feedback?

HashAlgorithm Property

The HMAC Hash Algorithm.

Syntax

public int getHashAlgorithm();
public void setHashAlgorithm(int hashAlgorithm);

Enumerated values: public final static int haSHA1 = 0; public final static int haSHA256 = 1; public final static int haSHA512 = 2;

Default Value

0

Remarks

This property specifies the hash algorithm used by the class. Possible values are:

  • 0 (SHA-1 - default)
  • 1 (SHA-256)
  • 2 (SHA-512)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Java Edition - Version 20.0 [Build 8155]