.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_certificate_get_openpgp_key" 3 "3.5.8" "gnutls" "gnutls" .SH NAME gnutls_certificate_get_openpgp_key \- API function .SH SYNOPSIS .B #include .sp .BI "int gnutls_certificate_get_openpgp_key(gnutls_certificate_credentials_t " res ", unsigned " index ", gnutls_openpgp_privkey_t * " key ");" .SH ARGUMENTS .IP "gnutls_certificate_credentials_t res" 12 is a \fBgnutls_certificate_credentials_t\fP type. .IP "unsigned index" 12 The index of the key to obtain. .IP "gnutls_openpgp_privkey_t * key" 12 Location to store the key. .SH "DESCRIPTION" Obtains a OpenPGP private key that has been stored in \fIres\fP with one of \fBgnutls_certificate_set_openpgp_key()\fP, \fBgnutls_certificate_set_openpgp_key_file()\fP, \fBgnutls_certificate_set_openpgp_key_file2()\fP, \fBgnutls_certificate_set_openpgp_key_mem()\fP, or \fBgnutls_certificate_set_openpgp_key_mem2()\fP. The returned key must be deallocated with \fBgnutls_openpgp_privkey_deinit()\fP when no longer needed. If there is no key with the given index, \fBGNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE\fP is returned. If the key with the given index is not a X.509 key, \fBGNUTLS_E_INVALID_REQUEST\fP is returned. .SH "RETURNS" \fBGNUTLS_E_SUCCESS\fP (0) on success, or a negative error code. .SH "SINCE" 3.4.0 .SH "REPORTING BUGS" Report bugs to . .br Home page: http://www.gnutls.org .SH COPYRIGHT Copyright \(co 2001-2017 Free Software Foundation, Inc., and others. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the /usr/share/doc/gnutls/ directory does not contain the HTML form visit .B .IP http://www.gnutls.org/manual/ .PP