Uses of Class
org.bouncycastle.crypto.util.PBKDF2Config.Builder
-
Packages that use PBKDF2Config.Builder Package Description org.bouncycastle.crypto.util 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.Builder Modifier and Type Method Description PBKDF2Config.Builder
PBKDF2Config.Builder. withIterationCount(int iterationCount)
Set the iteration count for the PBE calculation.PBKDF2Config.Builder
PBKDF2Config.Builder. withPRF(AlgorithmIdentifier prf)
Set the PRF to use for key generation.PBKDF2Config.Builder
PBKDF2Config.Builder. withSaltLength(int saltLength)
Set the length of the salt to use.
-