Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnutls_pkcs11_token_get_url(3) [centos man page]

gnutls_pkcs11_token_get_url(3)					      gnutls					    gnutls_pkcs11_token_get_url(3)

NAME
gnutls_pkcs11_token_get_url - API function SYNOPSIS
#include <gnutls/pkcs11.h> int gnutls_pkcs11_token_get_url(unsigned int seq, gnutls_pkcs11_url_type_t detailed, char ** url); ARGUMENTS
unsigned int seq sequence number starting from 0 gnutls_pkcs11_url_type_t detailed non zero if a detailed URL is required char ** url will contain an allocated url DESCRIPTION
This function will return the URL for each token available in system. The url has to be released using gnutls_free() RETURNS
On success, GNUTLS_E_SUCCESS (0) is returned, GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE if the sequence number exceeds the available tokens, otherwise a negative error value. SINCE
2.12.0 REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 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. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_pkcs11_token_get_url(3)

Check Out this Related Man Page

gnutls_pkcs11_token_get_flags(3)				      gnutls					  gnutls_pkcs11_token_get_flags(3)

NAME
gnutls_pkcs11_token_get_flags - API function SYNOPSIS
#include <gnutls/pkcs11.h> int gnutls_pkcs11_token_get_flags(const char * url, unsigned int * flags); ARGUMENTS
const char * url should contain a PKCS 11 URL unsigned int * flags The output flags (GNUTLS_PKCS11_TOKEN_*) DESCRIPTION
This function will return information about the PKCS 11 token flags. The flags from the gnutls_pkcs11_token_info_t enumeration. RETURNS
GNUTLS_E_SUCCESS (0) on success or a negative error code on error. SINCE
2.12.0 REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 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. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_pkcs11_token_get_flags(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

where???

To anyone who has the answer: Are there any computers on the market that come with UNIX, Linux, or Solaris. Also, what are some good "C" compilers for UNIX. Thanks to anyone who has the answer, and is willing to tell me. ... (2 Replies)
Discussion started by: REM
2 Replies

2. UNIX for Advanced & Expert Users

make url

I am interested to read about the make. When I read the gnu documentation for make. I felt something complex in reading that url. Can anyone have any referencing url's for make. Which should give some good knowledge in writing make files. (1 Reply)
Discussion started by: nagalenoj
1 Replies

3. Shell Programming and Scripting

mod_rewrite problem

hi i'm very new to mod_rewrite. I can't seem to have this work. I have a site which has 4 pages : home, links, adverts and contacts page. the adverts page is linked to this url http://www.xxxxxx.com/adverts.php. What i want is that whenever the adverts page is clicked , it will show... (0 Replies)
Discussion started by: arsonist
0 Replies

4. Shell Programming and Scripting

redirecting a url on apache conf file

i need help on redirecting apache conf file i want redirect everything to www.example.com/home example if i type a url www.example.com/home/text1 i need that redirected to www.example.com/home (0 Replies)
Discussion started by: shehzad_m
0 Replies