Package org.bouncycastle.crypto.fips
Class FipsPBKD.Parameters
- java.lang.Object
-
- org.bouncycastle.crypto.fips.FipsParameters
-
- org.bouncycastle.crypto.fips.FipsPBKD.Parameters
-
- All Implemented Interfaces:
Parameters
- Enclosing class:
- FipsPBKD
public static final class FipsPBKD.Parameters extends FipsParameters
PBKD parameters.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
PasswordConverter
getConverter()
int
getIterationCount()
FipsDigestAlgorithm
getPRF()
byte[]
getSalt()
FipsPBKD.Parameters
withIterationCount(int iterationCount)
FipsPBKD.Parameters
withSalt(byte[] salt)
-
Methods inherited from class org.bouncycastle.crypto.fips.FipsParameters
getAlgorithm
-
-
-
-
Method Detail
-
withSalt
public FipsPBKD.Parameters withSalt(byte[] salt)
-
withIterationCount
public FipsPBKD.Parameters withIterationCount(int iterationCount)
-
getPRF
public FipsDigestAlgorithm getPRF()
-
getSalt
public byte[] getSalt()
-
getIterationCount
public int getIterationCount()
-
getConverter
public PasswordConverter getConverter()
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
-