public class HashManager
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 |
|---|
HashManager()
Creates the manager
|
| Modifier and Type | Method and Description |
|---|---|
HashKey |
generateHash(HashKey priorHash,
java.lang.String key)
Generates a hash from a prior hash and a string
|
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