- generate(Supplier<Random>) - Static method in class com.codeheadsystems.shash.random.RandomProvider
-
- generate() - Static method in class com.codeheadsystems.shash.random.RandomProvider
-
- generateSalt() - Method in interface com.codeheadsystems.shash.Hasher
-
Provides access to a salt for this specific hasher.
- generateSalt() - Method in class com.codeheadsystems.shash.impl.HasherImpl
-
- getAsString() - Method in class com.codeheadsystems.shash.HashHolder
-
- getHash() - Method in class com.codeheadsystems.shash.HashHolder
-
- getMaxSCryptAlgo() - Static method in class com.codeheadsystems.shash.SupportedHashAlgorithm
-
Returns a SCrypt generator that uses 2^20 iterations, r=8, p=1 and dkLen = 32
- getMinSCryptAlgo() - Static method in class com.codeheadsystems.shash.SupportedHashAlgorithm
-
Returns a SCrypt generator that uses 2^14 iterations, r=8, p=1 and dkLen = 32
- getRandomBytes(byte[]) - Method in class com.codeheadsystems.shash.random.RandomProvider
-
- getRandomBytes(int) - Method in class com.codeheadsystems.shash.random.RandomProvider
-
- getSalt() - Method in class com.codeheadsystems.shash.HashHolder
-
- getSCryptAlgo() - Static method in class com.codeheadsystems.shash.SupportedHashAlgorithm
-
Returns a SCrypt generator that uses the max SCryptAlgo method
- getSCryptAlgo(int) - Static method in class com.codeheadsystems.shash.SupportedHashAlgorithm
-
Returns a SCrypt generator that uses 2^20 iterations, r=8, p=1 and dkLen = 32