public static class

HmacSha1.Builder

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

Summary

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

Public Methods

public HmacSha1 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 HmacSha1.Builder getInstance ()