int gnutls_pkcs12_bag_set_key_id(gnutls_pkcs12_bag_t bag, int indx, const gnutls_datum_t * id);
ARGUMENTS
gnutls_pkcs12_bag_t bag
The bag
int indx
The bag's element to add the id
const gnutls_datum_t * id
the ID
DESCRIPTION
This function will add the given key ID, to the specified, by the index, bag
element. The key ID will be encoded as a 'Local key identifier' bag attribute,
which is usually used to distinguish the local private key and the certificate pair.
RETURNS
On success, GNUTLS_E_SUCCESS is returned, otherwise a
negative error value. or a negative value on error.