public interface Encryption
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPassword(String input,
String password)
Check password.
|
String |
encryptPassword(String plain)
Encrypt a password.
|
Copyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.