如何使用BCryptPasswordEncoder(int strength,SecureRandom random)func?

时间:2014-01-21 14:04:25

标签: random spring-security bcrypt

我在项目中有spring security 3.2.0 链接在这里 http://docs.spring.io/spring-security/site/docs/3.2.0.RELEASE/apidocs/org/springframework/security/crypto/bcrypt/BCryptPasswordEncoder.html

不知怎的,eclipse说这个函数不在包中。我为这个

创建了securerandom

BCryptPasswordEncoder(int strength,SecureRandom random)

感谢

1 个答案:

答案 0 :(得分:0)

实际上这是我的错误,因为我使用securandom不正确。