HmacSha512.Builder

public static class HmacSha512.Builder extends Object

Public Method Summary

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

Protected Method Summary

HmacSha512.Builder

Inherited Method Summary

Public Methods

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