1
2
3
4
5@deftypefun {int} {gnutls_x509_aki_set_id} (gnutls_x509_aki_t @var{aki}, const gnutls_datum_t * @var{id})
6@var{aki}: The authority key ID
7
8@var{id}: the key identifier
9
10This function will set the keyIdentifier to be stored in the  @code{aki} type.
11
12@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a negative error value.
13
14@strong{Since:} 3.3.0
15@end deftypefun
16