gnutls_openpgp_privkey_export_rsa_raw (3) Linux Manual Page
gnutls_openpgp_privkey_export_rsa_raw – API function Synopsis#include <gnutls/openpgp.h> int gnutls_openpgp_privkey_export_rsa_raw(gnutls_openpgp_privkey_t pkey, gnutls_datum_t * m, gnutls_datum_t * e, gnutls_datum_t * d, gnutls_datum_t * p, gnutls_datum_t * q, gnutls_datum_t * u); Argumentsgnutls_openpgp_privkey_t pkey Holds the certificate gnutls_datum_t * m will hold the modulus gnutls_datum_t * e will hold the public exponent gnutls_datum_t * d will hold the private exponent…
