public static final class PBKD.Parameters extends GeneralParameters<Algorithm>
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
PasswordConverter |
getConverter() |
int |
getIterationCount() |
DigestAlgorithm |
getPRF() |
byte[] |
getSalt() |
PBKD.Parameters |
withIterationCount(int iterationCount) |
PBKD.Parameters |
withSalt(byte[] salt) |
getAlgorithm
public PBKD.Parameters withSalt(byte[] salt)
public PBKD.Parameters withIterationCount(int iterationCount)
public DigestAlgorithm getPRF()
public byte[] getSalt()
public int getIterationCount()
public PasswordConverter getConverter()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable