| Package | Description |
|---|---|
| com.caucho.util |
Assorted utilities
|
| Modifier and Type | Field and Description |
|---|---|
static HashKey |
HashKeyManager.NULL |
| Modifier and Type | Method and Description |
|---|---|
static HashKey |
HashKey.create(byte[] hash) |
static HashKey |
HashKeyManager.generateHash(HashKey priorHash,
java.lang.String key)
Generates a hash from a prior hash and a string
|
static HashKey |
HashKeyManager.generateHash(java.lang.String key)
Generates a hash from a string
|
| Modifier and Type | Method and Description |
|---|---|
int |
HashKey.compareTo(HashKey key) |
static HashKey |
HashKeyManager.generateHash(HashKey priorHash,
java.lang.String key)
Generates a hash from a prior hash and a string
|
static byte[] |
HashKey.getHash(HashKey testValue) |