Sha256: 67f9e0605e4f67c235dadf78621568471ab801743a834c7febf2656f2446e949
Contents?: true
Size: 1.35 KB
Versions: 4
Compression:
Stored size: 1.35 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_pkcs12_get_bag" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_pkcs12_get_bag \- This function returns a Bag from a PKCS12 structure .SH SYNOPSIS .B #include <gnutls/pkcs12.h> .sp .BI "int gnutls_pkcs12_get_bag(gnutls_pkcs12_t " pkcs12 ", int " indx ", gnutls_pkcs12_bag_t " bag ");" .SH ARGUMENTS .IP "gnutls_pkcs12_t pkcs12" 12 should contain a gnutls_pkcs12_t structure .IP "int indx" 12 contains the index of the bag to extract .IP "gnutls_pkcs12_bag_t bag" 12 An initialized bag, where the contents of the bag will be copied .SH "DESCRIPTION" This function will return a Bag from the PKCS12 structure. .SH "RETURNS" On success, \fBGNUTLS_E_SUCCESS\fP is returned, otherwise a negative error value. After the last Bag has been read GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned. .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
4 entries across 4 versions & 1 rubygems