HmacSha1.Builder

public static class HmacSha1.Builder extends Object

Public Method Summary

HmacSha1
build()
T extends Builder
setKey(byte[] key)
Sets the signer key for the HMAC hash algorithm.

Protected Method Summary

HmacSha1.Builder

Inherited Method Summary

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 ()