.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "pskc_keyusage2str" 3 "2.6.11" "libpskc" "libpskc" .SH NAME pskc_keyusage2str \- API function .SH SYNOPSIS .B #include .sp .BI "const char * pskc_keyusage2str(pskc_keyusage " keyusage ");" .SH ARGUMENTS .IP "pskc_keyusage keyusage" 12 an \fBpskc_keyusage\fP enumeration type .SH "DESCRIPTION" Convert \fBpskc_keyusage\fP to a string. For example, pskc_keyusage2str(\fBPSKC_KEYUSAGE_OTP\fP) will return "OTP". The returned string must not be deallocated. .SH "RETURNS" String corresponding to \fBpskc_keyusage\fP. .SH "REPORTING BUGS" Report bugs to . libpskc home page: https://www.nongnu.org/oath-toolkit/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2012-2020 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.