Class FipsPBKD.Parameters
java.lang.Object
org.bouncycastle.crypto.fips.FipsParameters
org.bouncycastle.crypto.fips.FipsPBKD.Parameters
- All Implemented Interfaces:
Parameters
- Enclosing class:
FipsPBKD
PBKD parameters.
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinalize()intgetPRF()byte[]getSalt()withIterationCount(int iterationCount) withSalt(byte[] salt) Methods inherited from class FipsParameters
getAlgorithm
-
Method Details
-
withSalt
-
withIterationCount
-
getPRF
-
getSalt
public byte[] getSalt() -
getIterationCount
public int getIterationCount() -
getConverter
-
finalize
-