Pbkdf2Sha256.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Inherited Method Summary
From class
java.lang.Object
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
T extends Builder
setRounds
(int rounds)
Sets the number of rounds for the hash algorithm.
Parameters
rounds |
an integer between 0 and 120000 (inclusive). |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-04-28 UTC.
[null,null,["Last updated 2021-04-28 UTC."],[],[],null,["public static class **Pbkdf2Sha256.Builder** extends Object \n\nPublic Method Summary\n\nProtected Method Summary\n\nInherited Method Summary \nFrom class java.lang.Object \n\nPublic Methods \n\npublic [Pbkdf2Sha256](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256)\n**build**\n() \n\u003cbr /\u003e\n\npublic T extends Builder\n**setRounds**\n(int rounds) \nSets the number of rounds for the hash algorithm. \n\nParameters\n\nReturns\n\n- this builder.\n\nProtected Methods \n\nprotected [Pbkdf2Sha256.Builder](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256.Builder)\n**getInstance**\n() \n\u003cbr /\u003e"]]