gnutls_openpgp_crt_get_pk_rsa_raw



gnutls_openpgp_crt_get_pk_rsa_raw

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_openpgp_crt_get_pk_rsa_raw − API function

SYNOPSIS

#include <gnutls/openpgp.h>

int gnutls_openpgp_crt_get_pk_rsa_raw(gnutls_openpgp_crt_t crt, gnutls_datum_t * m, gnutls_datum_t * e);

ARGUMENTS

gnutls_openpgp_crt_t crt

Holds the certificate

gnutls_datum_t * m

will hold the modulus

gnutls_datum_t * e

will hold the public exponent

DESCRIPTION

This function will export the RSA public key’s parameters found in the given structure. The new parameters will be allocated using gnutls_malloc() and will be stored in the appropriate datum.

RETURNS

GNUTLS_E_SUCCESS on success, otherwise a negative error code.

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/set_field_pad.3form.html
set_field_pad(3form) - color and attribute control for form
The function set_field_fore sets the foreground attribute of field. This is the highlight used to display the field contents. The function field_fore returns th

manpages/cabsl.3.html
cabsl(3) - absolute value of a complex number (Man Page)....
The cabs() function returns the absolute value of the complex number z. The result is a real number. VERSIONS These functions first appeared in glibc in version

manpages/XSetBackground.3.html
XSetBackground(3) - GC convenience routines - Linux man page
The XSetState function sets the foreground, background, plane mask, and function components for the specified GC. XSetState can generate BadAlloc, BadGC, and Ba

manpages/glVertex.3gl.html
glVertex(3gl) - specify a vertex (Library - Linux man page)
glVertex commands are used within glBegin/glEnd pairs to specify point, line, and polygon vertices. The current color, normal, and texture coordinates are assoc

manpages/XpStartDoc.3x.html
XpStartDoc(3x) - Indicates the beginning of a print document
XpStartDoc signals the beginning of a new print document. If type is XPDocRaw, then the client will provide all the data for the resulting document using XpPutD

manpages/gnutls_openpgp_crt_get_subkey_usage.3.html
gnutls_openpgp_crt_get_subkey_usage(3) - API function.......
This function will return certificates key usage, by checking the key algorithm. The key usage value will ORed values of GNUTLS_KEY_DIGITAL_SIGNATURE or GNUTLS_

manpages/mpartition.1.html
mpartition(1) - partition an MSDOS hard disk (Man Page).....
The mpartition command is used to create MS-DOS file systems as partitions. This is intended to be used on non-Linux systems, i.e. systems where fdisk and easy

manpages/edata.3.html
edata(3) - end of program segments - Linux manual page......
The addresses of these symbols indicate the end of various program segments: etext This is the first address past the end of the text segment (the program code)

manpages/lvmdump.8.html
lvmdump(8) - create lvm2 information dumps for diagnostic pu
lvmdump is a tool to dump various information concerning LVM2. By default, it creates a tarball suitable for submission along with a problem report. The content

manpages/glColorPointer.3gl.html
glColorPointer(3gl) - define an array of colors (Man Page)
glColorPointer specifies the location and data of an array of color components to use when rendering. size specifies the number of components per color, and mus

manpages/mkfs.fat.8.html
mkfs.fat(8) create an MS-DOS filesystem under Linux.........
mkfs.fat is used to create an MS-DOS filesystem under Linux on a device (usually a disk partition). device is the special file corresponding to the device (e.g

manpages/ldap_is_ldap_url.3.html
ldap_is_ldap_url(3) - LDAP Uniform Resource Locator routines
These routines support the use of LDAP URLs (Uniform Resource Locators) as detailed in RFC 4516. LDAP URLs look like this: ldap://hostport/dn[?attrs[?scope[?fil





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