gnutls_pkcs11_obj_flags_get_str (3) Linux Manual Page
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().Returns
If flags is zero NULL is returned, otherwise an allocated string.Since
3.3.7Reporting Bugs
Report bugs to <bugs [at] gnutls.org>.Home page: http://www.gnutls.org
Copyright
Copyright © 2001-2014 Free Software Foundation, Inc..Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.
