gnutls_pubkey_get_pk_rsa_raw
NAMESYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
gnutls_pubkey_get_pk_rsa_raw − API function
SYNOPSIS
#include <gnutls/gnutls.h>
int gnutls_pubkey_get_pk_rsa_raw(gnutls_pubkey_t key, gnutls_datum_t * m, gnutls_datum_t * e);
ARGUMENTS
gnutls_pubkey_t key
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.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/Tcl_GetBoolean.3.html
Tcl_GetBoolean(3) - convert from string to integer, double,
These procedures convert from strings to integers or double-precision floating-point values or booleans (represented as 0- or 1-valued integers). Each of the pr
manpages/Tk_Main.3.html
Tk_Main(3) - main program for Tk-based applications.........
Tk_Main acts as the main program for most Tk-based applications. Starting with Tk 4.0 it is not called main anymore because it is part of the Tk library and hav
manpages/XrmQGetSearchList.3.html
XrmQGetSearchList(3) - retrieve database resources and searc
The XrmGetResource and XrmQGetResource functions retrieve a resource from the specified database. Both take a fully qualified name/class pair, a destination res
manpages/mmap2.2.html
mmap2(2) - map files or devices into memory - Linux man page
This is probably not the system call that you are interested in; instead, see mmap(2), which describes the glibc wrapper function that invokes this system call.
manpages/XvGetStill.3.html
XvGetStill(3) - capture a single frame of video from a drawa
captures a single frame of video from a drawable. The position and size of the destination (video) rectangle is specified by vx, vy, vw, and vh. The position an
manpages/capget.2.html
capget(2) - set/get capabilities of thread(s) (Man Page)....
As of Linux 2.2, the power of the superuser (root) has been partitioned into a set of discrete capabilities. Each thread has a set of effective capabilities ide
manpages/DBI::Util::CacheMemory.3pm.html
DBI::Util::CacheMemory(3pm) - a very fast but very minimal s
Like Cache::Memory (part of the Cache distribution) but doesnt support any fancy features. This module aims to be a very fast compatible strict sub-set for simp
manpages/putwchar.3.html
putwchar(3) - write a wide character to standard output.....
The putwchar() function is the wide-character equivalent of the putchar(3) function. It writes the wide character wc to stdout. If ferror(stdout) becomes true,
manpages/tcl_startOfPreviousWord.n.html
tcl_startOfPreviousWord(n) - standard library of Tcl procedu
Tcl includes a library of Tcl procedures for commonly-needed functions. The procedures defined in the Tcl library are generic ones suitable for use by many diff
manpages/sigreturn.2.html
sigreturn(2) - return from signal handler and cleanup stack
When the Linux kernel creates the stack frame for a signal handler, a call to sigreturn() is inserted into the stack frame so that upon return from the signal h
manpages/mvinwstr.3ncurses.html
mvinwstr(3ncurses) - get a string of wchar_t characters from
These routines return a string of wchar_t characters in wstr, extracted starting at the current cursor position in the named window. Attributes are stripped fro
manpages/scale.n.html
scale(n) - Create and manipulate scale widgets (Man Page)...
The scale command creates a new window (given by the pathName argument) and makes it into a scale widget. Additional options, described above, may be specified
