Uses of Class
org.cryptacular.SaltedHash
Packages that use SaltedHash
-
Uses of SaltedHash in org.cryptacular.util
Methods in org.cryptacular.util with parameters of type SaltedHashModifier and TypeMethodDescriptionstatic boolean
HashUtil.compareHash
(org.bouncycastle.crypto.Digest digest, SaltedHash hash, int iterations, boolean saltAfterData, Object... data) Determines whether the salted hash of the given input equals a known hash value.