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,["# Pbkdf2Sha256.Builder\n\npublic static class **Pbkdf2Sha256.Builder** extends Object \n\n### Public Method Summary\n\n|-------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Pbkdf2Sha256](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256) | [build](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256.Builder#build())() |\n| T extends Builder | [setRounds](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256.Builder#setRounds(int))(int rounds) Sets the number of rounds for the hash algorithm. |\n\n### Protected Method Summary\n\n|-----------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|\n| [Pbkdf2Sha256.Builder](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256.Builder) | [getInstance](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256.Builder#getInstance())() |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| Object | clone() |\n| boolean | equals(Object arg0) |\n| void | finalize() |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Methods\n--------------\n\n#### public [Pbkdf2Sha256](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256)\n**build**\n()\n\n\u003cbr /\u003e\n\n#### public T extends Builder\n**setRounds**\n(int rounds)\n\nSets the number of rounds for the hash algorithm. \n\n##### Parameters\n\n| rounds | an integer between 0 and 120000 (inclusive). |\n|--------|----------------------------------------------|\n\n##### Returns\n\n- this builder.\n\nProtected Methods\n-----------------\n\n#### protected [Pbkdf2Sha256.Builder](/docs/reference/admin/java/reference/com/google/firebase/auth/hash/Pbkdf2Sha256.Builder)\n**getInstance**\n()\n\n\u003cbr /\u003e"]]