1gnutls_pkcs11_copy_x509_privkey2(3) gnutls gnutls_pkcs11_copy_x509_privkey2(3)
2
3
4

NAME

6       gnutls_pkcs11_copy_x509_privkey2 - API function
7

SYNOPSIS

9       #include <gnutls/pkcs11.h>
10
11       int    gnutls_pkcs11_copy_x509_privkey2(const    char    *   token_url,
12       gnutls_x509_privkey_t key, const char * label, const  gnutls_datum_t  *
13       cid, unsigned int key_usage, unsigned int flags);
14

ARGUMENTS

16       const char * token_url
17                   A PKCS 11 URL specifying a token
18
19       gnutls_x509_privkey_t key
20                   A private key
21
22       const char * label
23                   A name to be used for the stored data
24
25       const gnutls_datum_t * cid
26                   The  CKA_ID  to set for the object -if NULL, the ID will be
27                   derived from the public key
28
29       unsigned int key_usage
30                   One of GNUTLS_KEY_*
31
32       unsigned int flags
33                   One of GNUTLS_PKCS11_OBJ_* flags
34

DESCRIPTION

36       This function will copy a private key into a PKCS 11 token specified by
37       a    URL.    It    is    highly    recommended    flags    to   contain
38       GNUTLS_PKCS11_OBJ_FLAG_MARK_SENSITIVE unless there is a  strong  reason
39       not to.
40

RETURNS

42       On  success,  GNUTLS_E_SUCCESS  (0)  is  returned, otherwise a negative
43       error value.
44

SINCE

46       3.3.26
47

REPORTING BUGS

49       Report bugs to <bugs@gnutls.org>.
50       Home page: http://www.gnutls.org
51
52
54       Copyright © 2001-2014 Free Software Foundation, Inc..
55       Copying and distribution of this file, with  or  without  modification,
56       are  permitted  in  any  medium  without royalty provided the copyright
57       notice and this notice are preserved.
58

SEE ALSO

60       The full documentation for gnutls is maintained as  a  Texinfo  manual.
61       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
62       visit
63
64       http://www.gnutls.org/manual/
65
66gnutls                              3.3.29 gnutls_pkcs11_copy_x509_privkey2(3)
Impressum