blob: 4ac6cfb00143f2ce0f367522bfa47da2a8e2d179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {const char *} {gnutls_sign_get_name} (gnutls_sign_algorithm_t @var{algorithm})
@var{algorithm}: is a sign algorithm
Convert a @code{gnutls_sign_algorithm_t} value to a string.
@strong{Returns:} a string that contains the name of the specified sign
algorithm, or @code{NULL} .
@end deftypefun
|