public class Secret
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
PASSWORDLENGTH_WARNING
This field can be set by an application.
|
| Constructor and Description |
|---|
Secret(char[] passwordOrSecret) |
Secret(java.lang.String passwordOrSecret) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkPasswordLength(char[] password) |
char[] |
getSecret() |
void |
wipe()
Wipes the provided secret in this object - meaning overwrites it with arbitrary data
|
public static boolean PASSWORDLENGTH_WARNING