gnutls_openpgp_privkey_export_dsa_raw — This function will export the DSA private key
#include <gnutls/openpgp.h>
int
gnutls_openpgp_privkey_export_dsa_raw( |
gnutls_openpgp_privkey_t | pkey, |
gnutls_datum_t * | p, | |
gnutls_datum_t * | q, | |
gnutls_datum_t * | g, | |
gnutls_datum_t * | y, | |
gnutls_datum_t * | x) ; |
Holds the certificate
will hold the p
will hold the q
will hold the g
will hold the y
will hold the x
This function will export the DSA private key's parameters
found in the given certificate. The new parameters will be
allocated using gnutls_malloc
()
and will be stored in the appropriate datum.