- hash(byte[], byte[]) - Method in interface com.codeheadsystems.shash.HashAlgorithm
-
- hash(byte[]) - Method in interface com.codeheadsystems.shash.Hasher
-
Will hash the bytes given and return a 'sized' salted hash depending on the algorithm picked on creation.
- hash(String) - Method in interface com.codeheadsystems.shash.Hasher
-
Will hash the bytes given and return a 'sized' salted hash depending on the algorithm picked on creation.
- hash(byte[], byte[]) - Method in interface com.codeheadsystems.shash.Hasher
-
Will hash the bytes given and return a 'sized' salted hash depending on the algorithm picked on creation.
- hash(byte[], String) - Method in interface com.codeheadsystems.shash.Hasher
-
Will hash the bytes given and return a 'sized' salted hash depending on the algorithm picked on creation.
- hash(byte[]) - Method in class com.codeheadsystems.shash.impl.HasherImpl
-
- hash(String) - Method in class com.codeheadsystems.shash.impl.HasherImpl
-
- hash(byte[], byte[]) - Method in class com.codeheadsystems.shash.impl.HasherImpl
-
- hash(byte[], String) - Method in class com.codeheadsystems.shash.impl.HasherImpl
-
- HashAlgorithm - Interface in com.codeheadsystems.shash
-
Used to define something that implements a hasher.
- hashAlgorithm(HashAlgorithm) - Method in class com.codeheadsystems.shash.HasherBuilder
-
- Hasher - Interface in com.codeheadsystems.shash
-
Provides access to standard hasher structure.
- HasherBuilder - Class in com.codeheadsystems.shash
-
- HasherBuilder() - Constructor for class com.codeheadsystems.shash.HasherBuilder
-
- HasherImpl - Class in com.codeheadsystems.shash.impl
-
- HasherImpl(int, RandomProvider, HashAlgorithm) - Constructor for class com.codeheadsystems.shash.impl.HasherImpl
-
- HashHolder - Class in com.codeheadsystems.shash
-
- HashHolder(byte[], byte[]) - Constructor for class com.codeheadsystems.shash.HashHolder
-
- HashHolder(String) - Constructor for class com.codeheadsystems.shash.HashHolder
-