Interface HashParameters

All Known Implementing Classes:
CrcParameters, MurmurHash3Parameters, SimpleHashParameters, SipHash24Parameters

public interface HashParameters
Base interface implemented by classes describing parameters for a particular family of hash algorithms.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the canonical name of the hash algorithm.
  • Method Details

    • algorithm

      String algorithm()
      Returns the canonical name of the hash algorithm.
      Returns:
      the name of the hash algorithm