public interface PasswordStrengthChecker
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDescription(SubstanceSlices.PasswordStrength strength) |
Returns the description of the password strength.
|
SubstanceSlices.PasswordStrength |
getStrength(char[] password) |
Computes the strength of the specified password.
|
SubstanceSlices.PasswordStrength getStrength(char[] password)
password - Password.java.lang.String getDescription(SubstanceSlices.PasswordStrength strength)
strength - Password strength.