copy


Description:

public Hmac copy ()

Copies a Hmac.

If this has been closed, by calling get_string or get_digest, the copied HMAC will be closed as well.

Parameters:

this

the Hmac to copy

Returns:

the copy of the passed Hmac. Use g_hmac_unref when finished using it.