Hmac.getString

Gets the HMAC as an hexadecimal string. Once this function has been called the GHmac can no longer be updated with g_hmac_update(). The hexadecimal characters will be lower case. Since 2.30

class Hmac
string
getString
()

Return Value

Type: string

the hexadecimal representation of the HMAC. The returned string is owned by the HMAC and should not be modified or freed.

Meta