| java.lang.Object | ||
| ↳ | com.google.firebase.auth.UserImportHash | |
| ↳ | com.google.firebase.auth.hash.Scrypt | |
Represents the Scrypt password hashing algorithm. This is the
modified Scrypt algorithm used by
Firebase Auth. See StandardScrypt for the standard Scrypt algorithm. Can be used as an
instance of UserImportHash when importing users.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | Scrypt.Builder | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Scrypt.Builder | builder() | ||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Map<String, Object> | getOptions() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.firebase.auth.UserImportHash
| |||||||||||
From class
java.lang.Object
| |||||||||||