public static class

PbkdfSha1.Builder

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.hash.PbkdfSha1.Builder

Summary

Public Methods
PbkdfSha1 build()
T extends Builder setRounds(int rounds)
Sets the number of rounds for the hash algorithm.
Protected Methods
PbkdfSha1.Builder getInstance()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public PbkdfSha1 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 PbkdfSha1.Builder getInstance ()