![]() |
![]()
| ![]() |
![]()
NAMEgnutls_pubkey_get_pk_algorithm - API function SYNOPSIS#include <gnutls/abstract.h> int gnutls_pubkey_get_pk_algorithm(gnutls_pubkey_t key, unsigned int * bits); ARGUMENTS
DESCRIPTIONThis function will return the public key algorithm of a public key and if possible will return a number of bits that indicates the security parameter of the key. RETURNSa member of the gnutls_pk_algorithm_t enumeration on success, or a negative error code on error. SINCE2.12.0 REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|