public class PasswordUtils
extends java.lang.Object
| Constructor and Description |
|---|
PasswordUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
blankOut(char[] pwd)
Blank out a character array
|
static PasswordFinder |
createOneOff(char[] password) |
public static void blankOut(char[] pwd)
pwd - the character arraypublic static PasswordFinder createOneOff(char[] password)
password - the password as a char[]PasswordFinder