1gnutls_pkcs11_copy_x509_privkey(3)  gnutls  gnutls_pkcs11_copy_x509_privkey(3)
2
3
4

NAME

6       gnutls_pkcs11_copy_x509_privkey - API function
7

SYNOPSIS

9       #include <gnutls/pkcs11.h>
10
11       int    gnutls_pkcs11_copy_x509_privkey(const    char    *    token_url,
12       gnutls_x509_privkey_t key, const char * label, unsigned int  key_usage,
13       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       unsigned int key_usage
26                   One of GNUTLS_KEY_*
27
28       unsigned int flags
29                   One of GNUTLS_PKCS11_OBJ_* flags
30

DESCRIPTION

32       This function will copy a private key into a PKCS 11 token specified by
33       a URL.
34
35       Since 3.6.3 the objects are  marked  as  sensitive  by  default  unless
36       GNUTLS_PKCS11_OBJ_FLAG_MARK_NOT_SENSITIVE is specified.
37

RETURNS

39       On  success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative er‐
40       ror value.
41

SINCE

43       2.12.0
44

REPORTING BUGS

46       Report bugs to <bugs@gnutls.org>.
47       Home page: https://www.gnutls.org
48
49
51       Copyright © 2001- Free Software Foundation, Inc., and others.
52       Copying and distribution of this file, with  or  without  modification,
53       are  permitted in any medium without royalty provided the copyright no‐
54       tice and this notice are preserved.
55

SEE ALSO

57       The full documentation for gnutls is maintained as  a  Texinfo  manual.
58       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
59       visit
60
61       https://www.gnutls.org/manual/
62
63gnutls                               3.7.8  gnutls_pkcs11_copy_x509_privkey(3)
Impressum