Uses of Class
cloud.opencode.base.crypto.password.Pbkdf2Hash.Builder
Packages that use Pbkdf2Hash.Builder
-
Uses of Pbkdf2Hash.Builder in cloud.opencode.base.crypto.password
Methods in cloud.opencode.base.crypto.password that return Pbkdf2Hash.BuilderModifier and TypeMethodDescriptionPbkdf2Hash.Builder.algorithm(DigestAlgorithm algorithm) Set the digest algorithm 设置摘要算法static Pbkdf2Hash.BuilderPbkdf2Hash.builder()Create a builder for custom PBKDF2 configuration 创建用于自定义 PBKDF2 配置的构建器Pbkdf2Hash.Builder.iterations(int iterations) Set the number of iterations 设置迭代次数Pbkdf2Hash.Builder.keyLength(int length) Set the key output length in bits 设置密钥输出长度(位)Pbkdf2Hash.Builder.saltLength(int length) Set the salt length in bytes 设置盐长度(字节)Pbkdf2Hash.Builder.secureRandom(SecureRandom secureRandom) Set custom SecureRandom instance 设置自定义 SecureRandom 实例