Hmac
Object Hierarchy:
Description:
[ Compact ]
public class Hmac
An opaque structure representing a HMAC operation.
To create a new GHmac, use Hmac. To free a GHmac, use g_hmac_unref
.
Content:
Static methods:
Creation methods:
Methods:
- public Hmac copy ()
Copies a Hmac.
- public void update (uint8[] data)
Feeds data
into an existing Hmac
.
- public unowned string get_string ()
Gets the HMAC as an hexadecimal string.
- public void get_digest (uint8[] buffer, ref size_t digest_len)
Gets the digest from checksum
as a raw binary array and
places it into buffer
.