public static final class FipsPBKD.Parameters extends FipsParameters
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
PasswordConverter |
getConverter() |
int |
getIterationCount() |
FipsDigestAlgorithm |
getPRF() |
byte[] |
getSalt() |
FipsPBKD.Parameters |
withIterationCount(int iterationCount) |
FipsPBKD.Parameters |
withSalt(byte[] salt) |
getAlgorithm
public FipsPBKD.Parameters withSalt(byte[] salt)
public FipsPBKD.Parameters withIterationCount(int iterationCount)
public FipsDigestAlgorithm getPRF()
public byte[] getSalt()
public int getIterationCount()
public PasswordConverter getConverter()
protected void finalize()
finalize
in class java.lang.Object