FirebaseAdmin. Auth. Hash. PbkdfSha1
Represents the PBKDF SHA1 password hashing algorithm.
Summary
Can be used as an instance ofUserImportHash when importing users.
Inheritance
Inherits from:FirebaseAdmin.Auth.Hash.RepeatableHashConstructors and Destructors | |
|---|---|
PbkdfSha1()Initializes a new instance of thePbkdfSha1 class. |
Properties | |
|---|---|
MaxRounds | override intGets the maximum number of rounds for a PbkdfSha1 hash, which is 120000. |
MinRounds | override intGets the minimum number of rounds for a PbkdfSha1 hash, which is 0. |
Properties
MaxRounds
override int MaxRounds
Gets the maximum number of rounds for a PbkdfSha1 hash, which is 120000.
Public functions
PbkdfSha1
PbkdfSha1()
Initializes a new instance of thePbkdfSha1 class.
Defines the name of the hash to be equal to PBKDF_SHA1.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.