Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   gnutls_privkey_get_type    ( 3 )

Функции API (API function)

Имя (Name)

gnutls_privkey_get_type - API function


Синопсис (Synopsis)

#include <gnutls/abstract.h>

gnutls_privkey_type_t gnutls_privkey_get_type(gnutls_privkey_t key);


Аргументы (Arguments)

gnutls_privkey_t key should contain a gnutls_privkey_t type


Описание (Description)

This function will return the type of the private key. This is actually the type of the subsystem used to set this private key.


Возвращаемое значение (Return value)

a member of the gnutls_privkey_type_t enumeration on success, or a negative error code on error.


Сообщение об ошибках (Reporting bugs)

Report bugs to <bugs@gnutls.org>. Home page: https://www.gnutls.org


Смотри также (See also)

The full documentation for gnutls is maintained as a Texinfo manual. If the /usr/share/doc/gnutls/ directory does not contain the HTML form visit

https://www.gnutls.org/manual/