File: pskc_get_key_algorithm.3

package info (click to toggle)
oath-toolkit 2.6.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,268 kB
  • sloc: ansic: 52,602; sh: 7,618; yacc: 1,846; xml: 1,841; makefile: 573
file content (27 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "pskc_get_key_algorithm" 3 "2.6.14" "libpskc" "libpskc"
.SH NAME
pskc_get_key_algorithm \- API function
.SH SYNOPSIS
.B #include <pskc.h>
.sp
.BI "const char * pskc_get_key_algorithm(pskc_key_t * " key ");"
.SH ARGUMENTS
.IP "pskc_key_t * key" 12
a \fBpskc_key_t\fP handle, from \fBpskc_get_keypackage()\fP.
.SH "DESCRIPTION"
Get the PSKC KeyPackage Key Algorithm attribute value.  This may be
an URN, for example "urn:ietf:params:xml:ns:keyprov:pskc:hotp".
.SH "RETURNS"
a constant string (must not be deallocated) holding the
content, or NULL if not set.
.SH "REPORTING BUGS"
Report bugs to <oath-toolkit-help@nongnu.org>.
libpskc home page: https://oath-toolkit.codeberg.page/
General help using GNU software: http://www.gnu.org/gethelp/
.SH COPYRIGHT
Copyright \(co 2009-2026 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.