1gnutls_pkcs12_get_bag(3) gnutls gnutls_pkcs12_get_bag(3)
2
3
4
6 gnutls_pkcs12_get_bag - This function returns a Bag from a PKCS12
7 structure
8
10 #include <gnutls/pkcs12.h>
11
12 int gnutls_pkcs12_get_bag(gnutls_pkcs12_t pkcs12, int indx,
13 gnutls_pkcs12_bag_t bag);
14
16 gnutls_pkcs12_t pkcs12
17 should contain a gnutls_pkcs12_t structure
18
19 int indx contains the index of the bag to extract
20
21 gnutls_pkcs12_bag_t bag
22 An initialized bag, where the contents of the bag will be
23 copied
24
26 This function will return a Bag from the PKCS12 structure.
27
29 On success, GNUTLS_E_SUCCESS is returned, otherwise a negative error
30 value.
31
32 After the last Bag has been read GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE
33 will be returned.
34
36 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
37 http://www.gnu.org/software/gnutls/ General help using GNU software:
38 http://www.gnu.org/gethelp/
39
41 Copyright © 2008 Free Software Foundation.
42 Copying and distribution of this file, with or without modification,
43 are permitted in any medium without royalty provided the copyright
44 notice and this notice are preserved.
45
47 The full documentation for gnutls is maintained as a Texinfo manual.
48 If the info and gnutls programs are properly installed at your site,
49 the command
50
51 info gnutls
52
53 should give you access to the complete manual.
54
55
56
57gnutls 2.8.6 gnutls_pkcs12_get_bag(3)