summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_pk_get_name
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_pk_get_name')
-rw-r--r--doc/functions/gnutls_pk_get_name14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/functions/gnutls_pk_get_name b/doc/functions/gnutls_pk_get_name
new file mode 100644
index 0000000..e19cad9
--- /dev/null
+++ b/doc/functions/gnutls_pk_get_name
@@ -0,0 +1,14 @@
+
+
+
+
+@deftypefun {const char *} {gnutls_pk_get_name} (gnutls_pk_algorithm_t @var{algorithm})
+@var{algorithm}: is a public key algorithm
+
+Convert a @code{gnutls_pk_algorithm_t} value to a string.
+
+@strong{Returns:} a pointer to a string that contains the name of the
+specified public key algorithm, or @code{NULL} .
+
+@strong{Since:} 2.6.0
+@end deftypefun