public final class

HmacSha512

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

Class Overview

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

Summary

Nested Classes
class HmacSha512.Builder  
Public Methods
static HmacSha512.Builder builder()
Protected Methods
final Map<String, Object> getOptions()
[Expand]
Inherited Methods
From class com.google.firebase.auth.UserImportHash
From class java.lang.Object

Public Methods

public static HmacSha512.Builder builder ()

Protected Methods

protected final Map<String, Object> getOptions ()