public class SlotHash extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
SUBKEY_END
Constant for a subkey end.
|
static byte |
SUBKEY_START
Constant for a subkey start.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getSlot(byte[] key)
Calculate the slot from the given key.
|
static int |
getSlot(String key)
Calculate the slot from the given key.
|
public static final byte SUBKEY_START
public static final byte SUBKEY_END
public static final int getSlot(String key)
key - the keypublic static final int getSlot(byte[] key)
key - the keyCopyright © 2015. All rights reserved.