public class PasswordSaltImpl extends Object implements PasswordSalt
Constructor and Description |
---|
PasswordSaltImpl(PasswordSaltProvider salt) |
PasswordSaltImpl(String salt) |
Modifier and Type | Method and Description |
---|---|
PasswordSaltProvider |
getSource() |
void |
setSource(PasswordSaltProvider source) |
public PasswordSaltImpl(PasswordSaltProvider salt)
public PasswordSaltImpl(String salt)
public PasswordSaltProvider getSource()
getSource
in interface PasswordSalt
public void setSource(PasswordSaltProvider source)
setSource
in interface PasswordSalt