blob: 849f313a75e3e1957049cc8b540aa6ea47b84b43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@deftypefun {const char *} {gnutls_sign_get_oid} (gnutls_sign_algorithm_t @var{sign})
@var{sign}: is a sign algorithm
Convert a @code{gnutls_sign_algorithm_t} value to its object identifier.
@strong{Returns:} a string that contains the object identifier of the specified sign
algorithm, or @code{NULL} .
@strong{Since:} 3.4.3
@end deftypefun
|