public static class

HmacSha256.Builder

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.hash.HmacSha256.Builder

Summary

Public Methods
HmacSha256 build()
T extends Builder setKey(byte[] key)
Sets the signer key for the HMAC hash algorithm.
Protected Methods
HmacSha256.Builder getInstance()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public HmacSha256 build ()

public T extends Builder setKey (byte[] key)

Sets the signer key for the HMAC hash algorithm. Required field.

Parameters
key Signer key as a byte array.
Returns
  • This builder.

Protected Methods

protected HmacSha256.Builder getInstance ()