public class Password extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Password() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encrypt(String aPassword) |
static String |
encrypt(String aPassword,
String aToBytesEncoding,
String aFromBytesEncoding) |
static String |
makeClearText(int length) |
public static String encrypt(String aPassword)
aPassword - An unencrypted (plain text) passwordpublic static String encrypt(String aPassword, String aToBytesEncoding, String aFromBytesEncoding)
aPassword - An unencrypted (plain text) passwordaToBytesEncoding - aFromBytesEncoding - public static String makeClearText(int length)
Copyright © 2018 Optimatika. All rights reserved.