Uses of Class
cloud.opencode.base.crypto.password.BCryptHash.Builder
Packages that use BCryptHash.Builder
-
Uses of BCryptHash.Builder in cloud.opencode.base.crypto.password
Methods in cloud.opencode.base.crypto.password that return BCryptHash.BuilderModifier and TypeMethodDescriptionstatic BCryptHash.BuilderBCryptHash.builder()Create a builder for custom BCrypt configuration 创建用于自定义 BCrypt 配置的构建器BCryptHash.Builder.cost(int cost) Set the cost factor (number of iterations = 2^cost) 设置成本因子(迭代次数 = 2^成本)BCryptHash.Builder.secureRandom(SecureRandom secureRandom) Set the SecureRandom instance for salt generation 设置用于盐值生成的 SecureRandom 实例