~ubuntu-branches/ubuntu/maverick/gnutls26/maverick-security

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_certificate_set_openpgp_key_file2.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-04-14 14:23:19 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090414142319-ok7xejzbqkofno1q
Tags: 2.6.5-1
* Sync sections in debian/control with override file. libgnutls26-dbg is
  section debug, guile-gnutls is section lisp.
* New upstream version. (Needed for Libtasn1-3 2.0)
* New patch 15_tasn1inpc.diff. Make sure libtasn1 is listed in Libs.private.
* Standards-Version: 3.8.1, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "gnutls_certificate_set_openpgp_key_file2" 3 "2.4.2" "gnutls" "gnutls"
 
2
.TH "gnutls_certificate_set_openpgp_key_file2" 3 "2.6.5" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_certificate_set_openpgp_key_file2 \- Used to set OpenPGP keys
5
5
.SH SYNOPSIS
6
 
.B #include <gnutls/gnutls.h>
 
6
.B #include <gnutls/openpgp.h>
7
7
.sp
8
 
.BI "int gnutls_certificate_set_openpgp_key_file2(gnutls_certificate_credentials_t       " res ", const char * " certfile ", const char * " keyfile ", const char* " subkey_id ", gnutls_openpgp_crt_fmt_t " format ");"
 
8
.BI "int gnutls_certificate_set_openpgp_key_file2(gnutls_certificate_credentials_t        " res ", const char * " certfile ", const char * " keyfile ", const char * " subkey_id ", gnutls_openpgp_crt_fmt_t " format ");"
9
9
.SH ARGUMENTS
10
 
.IP "gnutls_certificate_credentials_t       res" 12
 
10
.IP "gnutls_certificate_credentials_t        res" 12
11
11
the destination context to save the data.
12
12
.IP "const char * certfile" 12
13
13
the file that contains the public key.
14
14
.IP "const char * keyfile" 12
15
15
the file that contains the secret key.
16
 
.IP "const char* subkey_id" 12
 
16
.IP "const char * subkey_id" 12
17
17
a hex encoded subkey id
18
18
.IP "gnutls_openpgp_crt_fmt_t format" 12
19
19
the format of the keys