public class EncryptUtil extends Object
| Constructor and Description |
|---|
EncryptUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String password) |
static String |
encode(String password,
String algorithm)
Encode a string using algorithm specified in web.xml and return the
resulting encrypted password.
|
public static String encode(String password, String algorithm)
password - passord stringalgorithm - Algorithm used to do the digestCopyright © 2005–2018 The Beangle Software. All rights reserved.