Uses of Class
cloud.opencode.base.crypto.kdf.Pbkdf2
Packages that use Pbkdf2
-
Uses of Pbkdf2 in cloud.opencode.base.crypto
Methods in cloud.opencode.base.crypto that return Pbkdf2 -
Uses of Pbkdf2 in cloud.opencode.base.crypto.kdf
Methods in cloud.opencode.base.crypto.kdf that return Pbkdf2Modifier and TypeMethodDescriptionstatic Pbkdf2Pbkdf2.hmacSha256(int iterations) Creates PBKDF2 instance using HMAC-SHA256 with specified iterations 创建使用 HMAC-SHA256 和指定迭代次数的 PBKDF2 实例static Pbkdf2Pbkdf2.hmacSha512(int iterations) Creates PBKDF2 instance using HMAC-SHA512 with specified iterations 创建使用 HMAC-SHA512 和指定迭代次数的 PBKDF2 实例static Pbkdf2Pbkdf2.owaspRecommended()Creates PBKDF2 instance with OWASP recommended parameters (2023) Uses PBKDF2-HMAC-SHA256 with 600,000 iterations 创建使用 OWASP 推荐参数的 PBKDF2 实例(2023) 使用 PBKDF2-HMAC-SHA256 和 600,000 次迭代