public class Sha384Hash extends SimpleHash
SimpleHash parent class JavaDoc for a detailed explanation of Hashing
techniques and how the overloaded constructors function.
JDK Version Note - Attempting to instantiate this class on JREs prior to version 1.4.0 will throw
an IllegalStateException| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM_NAME |
| Constructor and Description |
|---|
Sha384Hash() |
Sha384Hash(Object source) |
Sha384Hash(Object source,
Object salt) |
Sha384Hash(Object source,
Object salt,
int hashIterations) |
| Modifier and Type | Method and Description |
|---|---|
static Sha384Hash |
fromBase64String(String base64) |
static Sha384Hash |
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 Sha384Hash()
public Sha384Hash(Object source)
public static Sha384Hash fromHexString(String hex)
public static Sha384Hash fromBase64String(String base64)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.