Pbkdf2Sha256.Builder

public static class Pbkdf2Sha256.Builder extends Object

Public Method Summary

Pbkdf2Sha256
build()
T extends Builder
setRounds(int rounds)
Sets the number of rounds for the hash algorithm.

Protected Method Summary

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public Pbkdf2Sha256 build ()

public T extends Builder setRounds (int rounds)

Sets the number of rounds for the hash algorithm.

Parameters
rounds an integer between 0 and 120000 (inclusive).
Returns
  • this builder.

Protected Methods

protected Pbkdf2Sha256.Builder getInstance ()