diff options
Diffstat (limited to 'doc/functions/gnutls_pk_get_oid')
-rw-r--r-- | doc/functions/gnutls_pk_get_oid | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/functions/gnutls_pk_get_oid b/doc/functions/gnutls_pk_get_oid new file mode 100644 index 0000000..1b6e39f --- /dev/null +++ b/doc/functions/gnutls_pk_get_oid @@ -0,0 +1,14 @@ + + + + +@deftypefun {const char *} {gnutls_pk_get_oid} (gnutls_pk_algorithm_t @var{algorithm}) +@var{algorithm}: is a public key algorithm + +Convert a @code{gnutls_pk_algorithm_t} value to its object identifier string. + +@strong{Returns:} a pointer to a string that contains the object identifier of the +specified public key algorithm, or @code{NULL} . + +@strong{Since:} 3.4.3 +@end deftypefun |