GLib.Hmac – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
Hmac
compute_for_data
compute_for_string
Hmac
copy
get_digest
get_string
update
Hmac
Object Hierarchy:
Description:
[
Compact
]
public
class
Hmac
Namespace:
GLib
Package:
glib-2.0
Content:
Static methods:
public
static
string
compute_for_data
(
ChecksumType
checksum_type,
uint8
[] key,
uint8
[] data)
public
static
string
compute_for_string
(
ChecksumType
checksum_type,
uint8
[] key,
string
str,
size_t
length = -
1
)
Creation methods:
public
Hmac
(
ChecksumType
digest_type,
uint8
[] key)
Methods:
public
Hmac
copy
()
public
void
update
(
uint8
[] data,
size_t
length)
public
unowned
string
get_string
()
public
void
get_digest
(
uint8
[] buffer,
ref
size_t
digest_len)