public interface SaltFetcher
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSalt(java.lang.String pLogin)
Returns the salt for the given login.
|
static final java.lang.String CLASS_VERSION