Hmac.computeHmacForData

Computes the HMAC for a binary @data of @length. This is a convenience wrapper for g_hmac_new(), g_hmac_get_string() and g_hmac_unref().

The hexadecimal string returned will be in lower case.

class Hmac
static
string
computeHmacForData
(,
string key
,
string data
,
size_t length
)

Parameters

digestType GChecksumType

a #GChecksumType to use for the HMAC

key string

the key to use in the HMAC

data string

binary blob to compute the HMAC of

length size_t

length of @data

Return: the HMAC of the binary data as a string in hexadecimal. The returned string should be freed with g_free() when done using it.

Meta

Since

2.30