1gnutls_pkcs11_obj_export3(3) gnutls gnutls_pkcs11_obj_export3(3)
2
3
4
6 gnutls_pkcs11_obj_export3 - API function
7
9 #include <gnutls/pkcs11.h>
10
11 int gnutls_pkcs11_obj_export3(gnutls_pkcs11_obj_t obj,
12 gnutls_x509_crt_fmt_t fmt, gnutls_datum_t * out);
13
15 gnutls_pkcs11_obj_t obj
16 Holds the object
17
18 gnutls_x509_crt_fmt_t fmt
19 The format of the exported data
20
21 gnutls_datum_t * out
22 will contain the object data
23
25 This function will export the PKCS11 object data. It is normal for
26 data to be inaccessible and in that case GNUTLS_E_INVALID_REQUEST will
27 be returned.
28
29 The output buffer is allocated using gnutls_malloc().
30
32 In case of failure a negative error code will be returned, and
33 GNUTLS_E_SUCCESS (0) on success.
34
36 3.2.7
37
39 Report bugs to <bugs@gnutls.org>.
40 Home page: https://www.gnutls.org
41
42
44 Copyright © 2001-2019 Free Software Foundation, Inc., and others.
45 Copying and distribution of this file, with or without modification,
46 are permitted in any medium without royalty provided the copyright
47 notice and this notice are preserved.
48
50 The full documentation for gnutls is maintained as a Texinfo manual.
51 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
52 visit
53
54 https://www.gnutls.org/manual/
55
56gnutls 3.6.11 gnutls_pkcs11_obj_export3(3)