Uses of Enum Class
de.gustavblass.commons.crypto.PasswordGenerator.PasswordStrength
-
Uses of PasswordGenerator.PasswordStrength in de.gustavblass.commons.crypto
Subclasses with type arguments of type PasswordGenerator.PasswordStrength in de.gustavblass.commons.cryptoModifier and TypeClassDescriptionstatic enumIndicates how hard it is to guess a specific password.Methods in de.gustavblass.commons.crypto that return PasswordGenerator.PasswordStrengthModifier and TypeMethodDescriptionstatic @NonNull PasswordGenerator.PasswordStrengthPasswordGenerator.estimatePasswordStrength(char[] password) Uses theZxcvbnlibrary to check how hard the given passsword is to guess.Returns the enum constant of this class with the specified name.static PasswordGenerator.PasswordStrength[]PasswordGenerator.PasswordStrength.values()Returns an array containing the constants of this enum class, in the order they are declared.