1gnutls_pubkey_export_ecc_raw(3)     gnutls     gnutls_pubkey_export_ecc_raw(3)
2
3
4

NAME

6       gnutls_pubkey_export_ecc_raw - API function
7

SYNOPSIS

9       #include <gnutls/abstract.h>
10
11       int          gnutls_pubkey_export_ecc_raw(gnutls_pubkey_t          key,
12       gnutls_ecc_curve_t * curve, gnutls_datum_t * x, gnutls_datum_t * y);
13

ARGUMENTS

15       gnutls_pubkey_t key
16                   Holds the public key
17
18       gnutls_ecc_curve_t * curve
19                   will hold the curve
20
21       gnutls_datum_t * x
22                   will hold x
23
24       gnutls_datum_t * y
25                   will hold y
26

DESCRIPTION

28       This function will export the ECC public key's parameters found in  the
29       given   certificate.   The  new  parameters  will  be  allocated  using
30       gnutls_malloc() and will be stored in the appropriate datum.
31

RETURNS

33       GNUTLS_E_SUCCESS on success, otherwise a negative error code.
34

SINCE

36       3.0
37

REPORTING BUGS

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

SEE ALSO

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                              3.3.29     gnutls_pubkey_export_ecc_raw(3)
Impressum