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