Функции API (API function)
Имя (Name)
gnutls_pkcs11_obj_flags_get_str - API function
Синопсис (Synopsis)
#include <gnutls/pkcs11.h>
char * gnutls_pkcs11_obj_flags_get_str(unsigned int
flags);
Аргументы (Arguments)
unsigned int flags
holds the flags
Описание (Description)
This function given an or-sequence of
GNUTLS_PKCS11_OBJ_FLAG_MARK
, will return an allocated string with
its description. The string needs to be deallocated using
gnutls_free()
.
Возвращаемое значение (Return value)
If flags is zero NULL
is returned, otherwise an allocated string.
Сообщение об ошибках (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/