gnutls_pkcs11_obj_flags_get_str - Man Page

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().

Returns

If flags is zero NULL is returned, otherwise an allocated string.

Since

3.3.7

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/

Info

3.8.5 gnutls