Interface BinaryHashingService

All Known Implementing Classes:
Sha256HashingService

public interface BinaryHashingService
Hashing strategy that defines which algorithm and encoding are used to hash binaries.
  • Method Details

    • hashFunction

      com.google.common.hash.HashFunction hashFunction()
      Returns:
      hash algorithm to be used
    • fromString

      com.google.common.hash.HashCode fromString(String hash)
      converts a hash from its string representation to a HashCode object
      Parameters:
      hash - string representation
      Returns:
      a HashCode instance
    • getStringGenerator