Uses of Enum Class
com.luna.common.encrypt.BCryptPasswordEncoder.BCryptVersion
-
Uses of BCryptPasswordEncoder.BCryptVersion in com.luna.common.encrypt
Modifier 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.ModifierConstructorDescriptionBCryptPasswordEncoder
(BCryptPasswordEncoder.BCryptVersion version, int strength) BCryptPasswordEncoder
(BCryptPasswordEncoder.BCryptVersion version, int strength, SecureRandom random) BCryptPasswordEncoder
(BCryptPasswordEncoder.BCryptVersion version, SecureRandom random)