SimpleHash.hash

Hashes the specified byte array without a salt for a single iteration.

@param bytes the bytes to hash. @return the hashed bytes. @throws UnknownAlgorithmException if the configured {@link #getAlgorithmName() algorithmName} is not available.

  1. byte[] hash(byte[] bytes)
    class SimpleHash
    protected
    byte[]
    hash
    (
    byte[] bytes
    )
  2. byte[] hash(byte[] bytes, byte[] salt)
  3. byte[] hash(byte[] bytes, byte[] salt, int hashIterations)

Meta