1gnutls_privkey_import_x509_raw(3)   gnutls   gnutls_privkey_import_x509_raw(3)
2
3
4

NAME

6       gnutls_privkey_import_x509_raw - API function
7

SYNOPSIS

9       #include <gnutls/abstract.h>
10
11       int    gnutls_privkey_import_x509_raw(gnutls_privkey_t    pkey,   const
12       gnutls_datum_t * data, gnutls_x509_crt_fmt_t format, const char * pass‐
13       word, unsigned int flags);
14

ARGUMENTS

16       gnutls_privkey_t pkey
17                   The private key
18
19       const gnutls_datum_t * data
20                   The private key data to be imported
21
22       gnutls_x509_crt_fmt_t format
23                   The format of the private key
24
25       const char * password
26                   A password (optional)
27
28       unsigned int flags
29                   an ORed sequence of gnutls_pkcs_encrypt_flags_t
30

DESCRIPTION

32       This  function  will  import  the  given  private  key  to the abstract
33       gnutls_privkey_t structure.
34
35       The supported formats are basic unencrypted key, PKCS8, PKCS12, and the
36       openssl format.
37

RETURNS

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

SINCE

43       3.1.0
44

REPORTING BUGS

46       Report bugs to <bugs@gnutls.org>.
47       Home page: http://www.gnutls.org
48
49
51       Copyright © 2001-2014 Free Software Foundation, Inc..
52       Copying and distribution of this file, with  or  without  modification,
53       are  permitted  in  any  medium  without royalty provided the copyright
54       notice 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       http://www.gnutls.org/manual/
62
63gnutls                              3.3.29   gnutls_privkey_import_x509_raw(3)
Impressum