Sha256: f9dd9767ef3ed3e93b53b66bf30a905b1d5b8f536ad96cfaa321317ab58e1552
Contents?: true
Size: 1.4 KB
Versions: 4
Compression:
Stored size: 1.4 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_openpgp_crt_get_name" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_openpgp_crt_get_name \- Extracts the userID .SH SYNOPSIS .B #include <gnutls/openpgp.h> .sp .BI "int gnutls_openpgp_crt_get_name(gnutls_openpgp_crt_t " key ", int " idx ", char * " buf ", size_t * " sizeof_buf ");" .SH ARGUMENTS .IP "gnutls_openpgp_crt_t key" 12 the structure that contains the OpenPGP public key. .IP "int idx" 12 the index of the ID to extract .IP "char * buf" 12 a pointer to a structure to hold the name .IP "size_t * sizeof_buf" 12 holds the maximum size of \fIbuf\fP, on return hold the actual/required size of \fIbuf\fP. .SH "DESCRIPTION" Extracts the userID from the parsed OpenPGP key. .SH "RETURNS" \fBGNUTLS_E_SUCCESS\fP on success, and if the index of the ID does not exist \fBGNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE\fP, or an error code. .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