| java.lang.Object | |
| ↳ | com.google.firebase.auth.hash.HmacMd5.Builder |
| 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
| |||||||||||
Sets the signer key for the HMAC hash algorithm. Required field.
| key | Signer key as a byte array. |
|---|