| java.lang.Object | |
| ↳ | com.google.firebase.auth.hash.Sha256.Builder |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Sha256 | build() | ||||||||||
| T extends Builder |
setRounds(int rounds)
Sets the number of rounds for the hash algorithm.
| ||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Sha256.Builder | getInstance() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets the number of rounds for the hash algorithm.
| rounds | an integer between 0 and 120000 (inclusive). |
|---|