1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_key2rr - convert ldns_key to rr
7
8
10 #include <stdint.h>
11 #include <stdbool.h>
12
13 #include <ldns/ldns.h>
14
15 ldns_rr* ldns_key2rr(const ldns_key *k);
16
18 ldns_key2rr() converts a ldns_key to a public key rr If the key data
19 exists at an external point, the corresponding rdata field must
20 still be added with ldns_rr_rdf_push() to the result rr of this
21 function
22
23 k: the ldns_key to convert
24 Returns ldns_rr representation of the key
25
27 The ldns team at NLnet Labs.
28
29
31 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
32 http://www.nlnetlabs.nl/bugs/index.html
33
34
36 Copyright (c) 2004 - 2006 NLnet Labs.
37
38 Licensed under the BSD License. There is NO warranty; not even for MER‐
39 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
40
41
43 ldns_key. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034
44 and RFC4035.
45
47 This manpage was automatically generated from the ldns source code.
48
49
50
51 30 May 2006 ldns(3)