1pskc_validate(3) libpskc pskc_validate(3)
2
3
4
6 pskc_validate - API function
7
9 #include <pskc.h>
10
11 int pskc_validate(pskc_t * container, int * isvalid);
12
14 pskc_t * container
15 a pskc_t handle, from pskc_init().
16
17 int * isvalid
18 output variable holding validation result, non-0 for valid.
19
21 This function validate the PSKC container handle the PSKC XML Schema.
22
24 On success, PSKC_OK (zero) is returned, or an error code.
25
27 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
28 http://www.gnu.org/software/libpskc/ General help using GNU software:
29 http://www.gnu.org/gethelp/
30
32 Copyright © 2012-2020 Simon Josefsson.
33 Copying and distribution of this file, with or without modification,
34 are permitted in any medium without royalty provided the copyright
35 notice and this notice are preserved.
36
37
38
39libpskc 2.6.6 pskc_validate(3)