Interface MultiAlgorithmHasher.HashesMap

All Superinterfaces:
Map<HashingAlgorithm,HashResult>
Enclosing class:
MultiAlgorithmHasher

public static interface MultiAlgorithmHasher.HashesMap extends Map<HashingAlgorithm,HashResult>
  • Method Details

    • hash

      Get the specified hash, throwing an exception when it's not present.
      Parameters:
      algo - hashing algorithm
      Returns:
      hash result