Uses of Class
cloud.opencode.base.crypto.password.BCryptHash
Packages that use BCryptHash
-
Uses of BCryptHash in cloud.opencode.base.crypto.password
Methods in cloud.opencode.base.crypto.password that return BCryptHashModifier and TypeMethodDescriptionBCryptHash.Builder.build()Build the BCryptHash instance 构建 BCryptHash 实例static BCryptHashBCryptHash.create()Create BCrypt hasher with default cost factor (12) 使用默认成本因子(12)创建 BCrypt 哈希器static BCryptHashBCryptHash.withCost(int cost) Create BCrypt hasher with custom cost factor 使用自定义成本因子创建 BCrypt 哈希器