Uses of Class
org.bouncycastle.crypto.util.PBKDF2Config.Builder
Packages that use PBKDF2Config.Builder
Package
Description
Utility classes for supporting the crypto APIs - entropy provision and SP 800-56A OtherInfo and MacData.
-
Uses of PBKDF2Config.Builder in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return PBKDF2Config.BuilderModifier and TypeMethodDescriptionPBKDF2Config.Builder.withIterationCount
(int iterationCount) Set the iteration count for the PBE calculation.PBKDF2Config.Builder.withPRF
(AlgorithmIdentifier prf) Set the PRF to use for key generation.PBKDF2Config.Builder.withSaltLength
(int saltLength) Set the length of the salt to use.