gnutls_openpgp_privkey_get_pk_algorithm



gnutls_openpgp_privkey_get_pk_algorithm

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_openpgp_privkey_get_pk_algorithm − API function

SYNOPSIS

#include <gnutls/openpgp.h>

gnutls_pk_algorithm_t gnutls_openpgp_privkey_get_pk_algorithm(gnutls_openpgp_privkey_t key, unsigned int * bits);

ARGUMENTS

gnutls_openpgp_privkey_t key

is an OpenPGP key

unsigned int * bits

if bits is non null it will hold the size of the parameters’ in bits

DESCRIPTION

This function will return the public key algorithm of an OpenPGP certificate.

If bits is non null, it should have enough size to hold the parameters size in bits. For RSA the bits returned is the modulus. For DSA the bits returned are of the public exponent.

RETURNS

a member of the gnutls_pk_algorithm_t enumeration on success, or a negative error code on error.

SINCE

2.4.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/itcldelegate.n.html
itcldelegate(n) delegate methods, procs or options to other
The delegate command is used inside an [incr Tcl] extendedclass/widget/widgetadaptor definition to delegate methods/procs/options to other objects for handling.

manpages/FcDirCacheUnload.3.html
FcDirCacheUnload(3) - unload a cache file - Linux man page
This function dereferences cache. When no other references to it remain, all memory associated with the cache will be freed. VERSION Fontconfig version 2.8.0 Fc

manpages/setgid.2.html
setgid(2) - set group identity (System - Linux man page)....
setgid() sets the effective group ID of the calling process. If the caller is the superuser, the real GID and saved set-group-ID are also set. Under Linux, setg

manpages/mono-asp-apps.1.html
mono-asp-apps(1) - utility to manage ASP.NET 2.0 application
The mono-asp-apps command is useful on systems which install applications from RPM packages and when the RPM packages have been created according to the Mono RP

manpages/systemd.conf.5.html
systemd.conf(5) - systemd manager configuration file........
systemd.conf.5 - When run as system instance systemd reads the configuration file system.conf, otherwise user.conf. These configuration files contain a few sett

manpages/argz_append.3.html
argz_append(3) - functions to handle an argz list (ManPage)
These functions are glibc-specific. An argz vector is a pointer to a character buffer together with a length. The intended interpretation of the character buffe

manpages/xdg-mime.1.html
xdg-mime(1) - command line tool for querying information abo
The xdg-mime program can be used to query information about file types and to add descriptions for new file types. COMMANDS query Returns information related to

manpages/gluGetTessProperty.3gl.html
gluGetTessProperty(3gl) - get a tessellation object property
gluGetTessProperty retrieves properties stored in a tessellation object. These properties affect the way that tessellation objects are interpreted and rendered.

manpages/gawk.1.html
gawk(1) - pattern scanning and processing language (ManPage)
gawk.1 - Gawk is the GNU Projects implementation of the AWK programming language. It conforms to the definition of the language in the POSIX 1003.1 Standard. Th

manpages/libnetpbm_image.3.html
libnetpbm_image(3) - overview of netpbm image-processing fun
This reference manual covers functions in the libnetpbm library for processing images, using the Netpbm image formats and the libnetpbm in-memory image formats.

manpages/XtSetTypeConverter.3.html
XtSetTypeConverter(3) - register resource converter.........
XtSetTypeConverter registers the specified type converter and destructor in all application contexts created by the calling process, including any future applic

manpages/sasl_errstring.3.html
sasl_errstring(3) - Translate a SASL return code to a human-
sasl_usererr is called to convert a SASL return code (an integer) into a human readable string. At this time the only language available is american english wri





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