1gnutls_pkcs11_privkey_get_info(3)   gnutls   gnutls_pkcs11_privkey_get_info(3)
2
3
4

NAME

6       gnutls_pkcs11_privkey_get_info - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       int     gnutls_pkcs11_privkey_get_info(gnutls_pkcs11_privkey_t    pkey,
12       gnutls_pkcs11_obj_info_t itype, void * output, size_t * output_size);
13

ARGUMENTS

15       gnutls_pkcs11_privkey_t pkey
16                   should contain a gnutls_pkcs11_privkey_t structure
17
18       gnutls_pkcs11_obj_info_t itype
19                   Denotes the type of information requested
20
21       void * output
22                   where output will be stored
23
24       size_t * output_size
25                   contains the maximum size of the output and will  be  over‐
26                   written with actual
27

DESCRIPTION

29       This  function  will  return  information about the PKCS 11 private key
30       such as the label, id as well as token information  where  the  key  is
31       stored.  When output is text it returns null terminated string although
32       output_size contains the size of the actual data only.
33

RETURNS

35       zero on success or a negative value on error.
36

REPORTING BUGS

38       Report   bugs   to    <bug-gnutls@gnu.org>.     GnuTLS    home    page:
39       http://www.gnu.org/software/gnutls/  General  help  using GNU software:
40       http://www.gnu.org/gethelp/
41
43       Copyright © 2008 Free Software Foundation.
44       Copying and distribution of this file, with  or  without  modification,
45       are  permitted  in  any  medium  without royalty provided the copyright
46       notice and this notice are preserved.
47

SEE ALSO

49       The full documentation for gnutls is maintained as  a  Texinfo  manual.
50       If  the  info  and gnutls programs are properly installed at your site,
51       the command
52
53              info gnutls
54
55       should give you access to the complete manual.
56
57
58
59gnutls                             2.12.6.1  gnutls_pkcs11_privkey_get_info(3)
Impressum