gnutls_pubkey_export_rsa_raw (3) Linux Manual Page
NAME gnutls_pubkey_export_rsa_raw – API function SYNOPSIS #include <gnutls/abstract.h> int gnutls_pubkey_export_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…
