1pskc_get_key_algparm_chall_max(3) libpskc pskc_get_key_algparm_chall_max(3)
2
3
4
6 pskc_get_key_algparm_chall_max - API function
7
9 #include <pskc.h>
10
11 uint32_t pskc_get_key_algparm_chall_max(pskc_key_t * key, int *
12 present);
13
15 pskc_key_t * key
16 a pskc_key_t handle, from pskc_get_keypackage().
17
18 int * present
19 output variable indicating whether data was provided or
20 not.
21
23 Get the PSKC KeyPackage Key AlgorithmParameters ChallengeFormat Max
24 value. This attribute defines the maximum size of the challenge ac‐
25 cepted by the device for CR mode and MUST be included. If the 'Encod‐
26 ing' attribute is set to 'DECIMAL', 'HEXADECIMAL', or 'ALPHANUMERIC',
27 this value indicates the maximum number of digits/characters. If the
28 'Encoding' attribute is set to 'BASE64' or 'BINARY', this value indi‐
29 cates the maximum number of bytes of the unencoded value.
30
31 If present is non-NULL, it will be 0 if the field is not present or 1
32 if it was present.
33
35 an integer holding the content.
36
38 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
39 https://www.nongnu.org/oath-toolkit/ General help using GNU software:
40 http://www.gnu.org/gethelp/
41
43 Copyright © 2012-2020 Simon Josefsson.
44 Copying and distribution of this file, with or without modification,
45 are permitted in any medium without royalty provided the copyright no‐
46 tice and this notice are preserved.
47
48
49
50libpskc 2.6.7 pskc_get_key_algparm_chall_max(3)