Uses of Enum Class
org.panteleyev.commons.password.PasswordCharacterSet
Packages that use PasswordCharacterSet
-
Uses of PasswordCharacterSet in org.panteleyev.commons.password
Methods in org.panteleyev.commons.password that return PasswordCharacterSetModifier and TypeMethodDescriptionstatic PasswordCharacterSetReturns the enum constant of this class with the specified name.static PasswordCharacterSet[]PasswordCharacterSet.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.panteleyev.commons.password with type arguments of type PasswordCharacterSetModifier and TypeMethodDescriptionPasswordGenerator.generate(Set<PasswordCharacterSet> characterSets, int length) Generates password and avoids ambiguous letters.PasswordGenerator.generate(Set<PasswordCharacterSet> characterSets, int length, boolean allowAmbiguousLetters) Generates password.