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-mails
is 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.PasswordStrength
PasswordGenerator.estimatePasswordStrength
(char[] password) Uses theZxcvbn
library 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 TypeMethodDescriptionvoid
ContactReplyMethodDialogController.updatePasswordStrength
(PasswordGenerator.PasswordStrength strength) Updates thepassword strength indicator
based on the givenstrength
.