1gnutls_openpgp_crt_get_subkey_pk_rsag_gnrnuautwtl(ls3s_)openpgp_crt_get_subkey_pk_rsa_raw(3)
2
3
4
6 gnutls_openpgp_crt_get_subkey_pk_rsa_raw - API function
7
9 #include <gnutls/openpgp.h>
10
11 int gnutls_openpgp_crt_get_subkey_pk_rsa_raw(gnutls_openpgp_crt_t crt,
12 unsigned int idx, gnutls_datum_t * m, gnutls_datum_t * e);
13
15 gnutls_openpgp_crt_t crt
16 Holds the certificate
17
18 unsigned int idx
19 Is the subkey index
20
21 gnutls_datum_t * m
22 will hold the modulus
23
24 gnutls_datum_t * e
25 will hold the public exponent
26
28 This function will export the RSA public key's parameters found in the
29 given structure. The new parameters will be allocated using
30 gnutls_malloc() and will be stored in the appropriate datum.
31
33 GNUTLS_E_SUCCESS on success, otherwise a negative error code.
34
36 2.4.0
37
39 Report bugs to <bugs@gnutls.org>.
40 Home page: http://www.gnutls.org
41
42
44 Copyright © 2001-2014 Free Software Foundation, Inc..
45 Copying and distribution of this file, with or without modification,
46 are permitted in any medium without royalty provided the copyright
47 notice and this notice are preserved.
48
50 The full documentation for gnutls is maintained as a Texinfo manual.
51 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
52 visit
53
54 http://www.gnutls.org/manual/
55
56gnutls g3n.u3t.l2s9_openpgp_crt_get_subkey_pk_rsa_raw(3)