public static class

HmacMd5.Builder

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

Summary

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

Public Methods

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