public class Md5Hash extends SimpleHash
SimpleHash parent class JavaDoc for a detailed explanation of Hashing
techniques and how the overloaded constructors function.| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_NAME |
| Constructor and Description |
|---|
Md5Hash() |
Md5Hash(Object source) |
Md5Hash(Object source,
Object salt) |
Md5Hash(Object source,
Object salt,
int hashIterations) |
| Modifier and Type | Method and Description |
|---|---|
static Md5Hash |
fromBase64String(String base64) |
static Md5Hash |
fromHexString(String hex) |
convertSaltToBytes, convertSourceToBytes, equals, getAlgorithmName, getBytes, getDigest, getIterations, getSalt, hash, hash, hash, hashCode, isEmpty, setBytes, setIterations, setSalt, toBase64, toByteSource, toHex, toStringpublic static final String ALGORITHM_NAME
public Md5Hash()
public Md5Hash(Object source)
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.