public interface IPasswordMapperActivity
Modifier and Type | Method and Description |
---|---|
String |
mapKeyToPassword(String key)
Convert a key, created by mapPasswordToKey, back to the original password, within
the lifetime of the browser session.
|
String |
mapPasswordToKey(String password)
Map a password to a unique key.
|
static final String _rcsid
String mapPasswordToKey(String password)
password
- is the password.String mapKeyToPassword(String key)
key
- is the key.