public final class

Bcrypt

extends UserImportHash
java.lang.Object
   ↳ com.google.firebase.auth.UserImportHash
     ↳ com.google.firebase.auth.hash.Bcrypt

Class Overview

Represents the Bcrypt password hashing algorithm. Can be used as an instance of UserImportHash when importing users.

Summary

Public Methods
static Bcrypt getInstance()
Protected Methods
Map<String, Object> getOptions()
[Expand]
Inherited Methods
From class com.google.firebase.auth.UserImportHash
From class java.lang.Object

Public Methods

public static Bcrypt getInstance ()

Protected Methods

protected Map<String, Object> getOptions ()