public class HashKeyManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HASH_ALGORITHM |
static HashKey |
NULL |
static int |
SIZE |
Constructor and Description |
---|
HashKeyManager() |
Modifier and Type | Method and Description |
---|---|
static HashKey |
generateHash(HashKey priorHash,
java.lang.String key)
Generates a hash from a prior hash and a string
|
static HashKey |
generateHash(java.lang.String key)
Generates a hash from a string
|
public static final int SIZE
public static final java.lang.String HASH_ALGORITHM
public static final HashKey NULL