1pskc_get_device_devicebinding(3) libpskc pskc_get_device_devicebinding(3)
2
3
4
6 pskc_get_device_devicebinding - API function
7
9 #include <pskc.h>
10
11 const char * pskc_get_device_devicebinding(pskc_key_t * key);
12
14 pskc_key_t * key
15 a pskc_key_t handle, from pskc_get_keypackage().
16
18 Get the PSKC KeyPackage DeviceInfo DeviceBinding value. This element
19 allows a provisioning server to ensure that the key is going to be
20 loaded into the device for which the key provisioning request was
21 approved. The device is bound to the request using a device identi‐
22 fier, e.g., an International Mobile Equipment Identity (IMEI) for the
23 phone, or an identifier for a class of identifiers, e.g., those for
24 which the keys are protected by a Trusted Platform Module (TPM).
25
27 a constant string (must not be deallocated) holding the content, or
28 NULL if not set.
29
31 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
32 http://www.gnu.org/software/libpskc/ General help using GNU software:
33 http://www.gnu.org/gethelp/
34
36 Copyright © 2012-2020 Simon Josefsson.
37 Copying and distribution of this file, with or without modification,
38 are permitted in any medium without royalty provided the copyright
39 notice and this notice are preserved.
40
41
42
43libpskc 2.6.6 pskc_get_device_devicebinding(3)