1gnutls_pkcs12_bag_set_data(3)       gnutls       gnutls_pkcs12_bag_set_data(3)
2
3
4

NAME

6       gnutls_pkcs12_bag_set_data - This function inserts data into the bag
7

SYNOPSIS

9       #include <gnutls/pkcs12.h>
10
11       int         gnutls_pkcs12_bag_set_data(gnutls_pkcs12_bag_t         bag,
12       gnutls_pkcs12_bag_type_t type, const gnutls_datum_t * data);
13

ARGUMENTS

15       gnutls_pkcs12_bag_t bag
16                   The bag
17
18       gnutls_pkcs12_bag_type_t type
19                   The data's type
20
21       const gnutls_datum_t * data
22                   the data to be copied.
23

DESCRIPTION

25       This function will insert the given data of the  given  type  into  the
26       bag.
27
28       Returns  the  index of the added bag on success, or a negative value on
29       error.
30

REPORTING BUGS

32       Report bugs to <bug-gnutls@gnu.org>.
33
35       Copyright © 2006 Free Software Foundation.
36       Permission is granted to make and distribute verbatim  copies  of  this
37       manual  provided  the  copyright  notice and this permission notice are
38       preserved on all copies.
39

SEE ALSO

41       The full documentation for gnutls is maintained as  a  Texinfo  manual.
42       If  the  info  and gnutls programs are properly installed at your site,
43       the command
44
45              info gnutls
46
47       should give you access to the complete manual.
48
49
50
51gnutls                               1.6.3       gnutls_pkcs12_bag_set_data(3)
Impressum