Функции API (API function)
Имя (Name)
gnutls_pubkey_import_rsa_raw - API function
Синопсис (Synopsis)
#include <gnutls/abstract.h>
int gnutls_pubkey_import_rsa_raw(gnutls_pubkey_t
key, const
gnutls_datum_t *
m, const gnutls_datum_t *
e);
Аргументы (Arguments)
gnutls_pubkey_t key
The key
const gnutls_datum_t * m
holds the modulus
const gnutls_datum_t * e
holds the public exponent
Описание (Description)
This function will replace the parameters in the given structure.
The new parameters should be stored in the appropriate
gnutls_datum.
Возвращаемое значение (Return value)
GNUTLS_E_SUCCESS
on success, or an negative error code.
Сообщение об ошибках (Reporting bugs)
Report bugs to <bugs@gnutls.org>.
Home page: https://www.gnutls.org
Смотри также (See also)
The full documentation for gnutls
is maintained as a Texinfo
manual. If the /usr/share/doc/gnutls/ directory does not contain
the HTML form visit
https://www.gnutls.org/manual/