Class DigestUtil

java.lang.Object
com.aquima.interactions.foundation.utility.DigestUtil

public final class DigestUtil extends Object
  • Method Details

    • toMurmur3Hash128x64Hex

      public static String toMurmur3Hash128x64Hex(String data)
      Generate a (non-cryptographic) hash for the input data with the MurmurHash3 algorithm.
      Parameters:
      data - The data to hash
      Returns:
      The hashed data in hexadecimal