Uses of Enum Class
page.codeberg.friedolyn.crypto.PasswordGenerator.PasswordStrength
Packages that use PasswordGenerator.PasswordStrength
Package
Description
-
Uses of PasswordGenerator.PasswordStrength in page.codeberg.friedolyn.configuration
Methods in page.codeberg.friedolyn.configuration that return types with arguments of type PasswordGenerator.PasswordStrengthModifier and TypeMethodDescriptionstatic @NonNull Result<PasswordGenerator.PasswordStrength> ContactMethods.validateSymmetricPassword(char[] symmetricPassword) Checks that the given password forsymmetrically encrypted e-mailsis not null, not empty and strong enough (i.e. -
Uses of PasswordGenerator.PasswordStrength in page.codeberg.friedolyn.crypto
Methods in page.codeberg.friedolyn.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. -
Uses of PasswordGenerator.PasswordStrength in page.codeberg.friedolyn.gui.controllers
Methods in page.codeberg.friedolyn.gui.controllers with parameters of type PasswordGenerator.PasswordStrengthModifier and TypeMethodDescriptionvoidContactReplyMethodDialogController.updatePasswordStrength(PasswordGenerator.PasswordStrength strength) Updates thepassword strength indicatorbased on the givenstrength.