| |
|
| java.lang.Object jwebtk.password.Password
Password | public class Password (Code) | | This class provides a simple one-way encrypted password (converted to printable characters) from a plain text string.
|
convertToString | static String convertToString(byte[] byteArray)(Code) | | |
getEncryptedPassword | public static String getEncryptedPassword(String password) throws PasswordException(Code) | | This method returns a simple one-way encrypted password (converted to printable characters) from a plain text string.
Parameters: password - a plain text password to be encrypted a printable plain text one-way encrypted password |
|
|
|