gnutls_pubkey_import_openpgp



gnutls_pubkey_import_openpgp

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_pubkey_import_openpgp − API function

SYNOPSIS

#include <gnutls/gnutls.h>

int gnutls_pubkey_import_openpgp(gnutls_pubkey_t key, gnutls_openpgp_crt_t crt, unsigned int flags);

ARGUMENTS

gnutls_pubkey_t key

The public key

gnutls_openpgp_crt_t crt

The certificate to be imported

unsigned int flags

should be zero

DESCRIPTION

Imports a public key from an openpgp key. This function will import the given public key to the abstract gnutls_pubkey_t structure. The subkey set as preferred will be imported or the master key otherwise.

RETURNS

On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.

SINCE

2.12.0

REPORTING BUGS

Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/

COPYRIGHT

Copyright © 2008 Free Software Foundation.
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.

SEE ALSO

The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command

info gnutls

should give you access to the complete manual.



More Linux Commands

manpages/XkbKeysymToModifiers.3.html
XkbKeysymToModifiers(3) - Finds the set of modifiers bound t
XkbKeysymToModifiers finds the set of modifiers currently bound to the keysym ks on the core keyboard. The value returned is the mask of modifiers bound to the

manpages/mdel.1.html
mdel(1) - delete an MSDOS file (Commands - Linux man page)
The mdel command is used to delete an MS-DOS file. Its syntax is: mdel [-v] msdosfile [ msdosfiles ... ] Mdel deletes files on an MS-DOS file system. Mdel asks

manpages/lvconvert.8.html
lvconvert(8) - convert a logical volume from linear to mirro
lvconvert is used to change the segment type (i.e. linear, mirror, etc) or characteristics of a logical volume. For example, it can add or remove the redundant

manpages/Tcl_SetStringObj.3.html
Tcl_SetStringObj(3) - manipulate Tcl objects as strings.....
The procedures described in this manual entry allow Tcl objects to be manipulated as string values. They use the internal representation of the object to store

manpages/Tcl_ListObjAppendList.3.html
Tcl_ListObjAppendList(3) - manipulate Tcl objects as lists
Tcl list objects have an internal representation that supports the efficient indexing and appending. The procedures described in this man page are used to creat

manpages/idmap_hash.8.html
idmap_hash(8) - Samba's idmap_hash Backend for Winbind......
The idmap_hash plugin implements a hashing algorithm used to map SIDs for domain users and groups to 31-bit uids and gids, respectively. This plugin also implem

manpages/snprint_variable.3.html
snprint_variable(3) - netsnmp_varbind_api functions.........
The functions dealing with variable bindings fall into four groups dealing with the creation, setting of values, output and deletion of varbinds. Creation snmp_

manpages/dbus-cleanup-sockets.1.html
dbus-cleanup-sockets(1) - clean up leftover sockets in a dir
The dbus-cleanup-sockets command cleans up unused D-Bus connection sockets. See http://www.freedesktop.org/software/dbus/ for more information about the big pic

manpages/Ttk_BoxContains.3.html
Ttk_BoxContains(3) - Tk themed geometry utilities (ManPage)
The Ttk_Box structure represents a rectangular region of a window: typedef struct { int x; int y; int width; int height; } Ttk_Box; All coordinates are relative

manpages/Tk_InitImageArgs.3.html
Tk_InitImageArgs(3) - define new kind of image (Man Page)...
Tk_CreateImageType is invoked to define a new kind of image. An image type corresponds to a particular value of the type argument for the image create command.

manpages/rasqal-config.1.html
rasqal-config(1) - script to get information about the insta
rasqal-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use the Rasqal RDF query li

manpages/ar.1.html
ar(1) - create, modify, and extract from archives (ManPage)
The GNU ar program creates, modifies, and extracts from archives. An archive is a single file holding a collection of other files in a structure that makes it p





We can't live, work or learn in freedom unless the software we use is free.