Uses of Enum Class
com.luna.common.encrypt.BCryptPasswordEncoder.BCryptVersion
Packages that use BCryptPasswordEncoder.BCryptVersion
-
Uses of BCryptPasswordEncoder.BCryptVersion in com.luna.common.encrypt
Methods in com.luna.common.encrypt that return BCryptPasswordEncoder.BCryptVersionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BCryptPasswordEncoder.BCryptVersion[]BCryptPasswordEncoder.BCryptVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.luna.common.encrypt with parameters of type BCryptPasswordEncoder.BCryptVersionModifierConstructorDescriptionBCryptPasswordEncoder(BCryptPasswordEncoder.BCryptVersion version, int strength) BCryptPasswordEncoder(BCryptPasswordEncoder.BCryptVersion version, int strength, SecureRandom random) BCryptPasswordEncoder(BCryptPasswordEncoder.BCryptVersion version, SecureRandom random)