public class PasswordDisplayMaker extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
defaultPasswordCharacter |
static String |
hidden |
| Constructor and Description |
|---|
PasswordDisplayMaker(char passwordCharacter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay(int length) |
String |
getDisplay(int length,
char passwordCharacter) |
public static String hidden
public static char defaultPasswordCharacter