1ldns(3)                    Library Functions Manual                    ldns(3)
2
3
4

NAME

6       ldns_key_rr2ds
7
8

SYNOPSIS

10       #include <stdint.h>
11       #include <stdbool.h>
12
13       #include <ldns/ldns.h>
14
15       ldns_rr* ldns_key_rr2ds(const ldns_rr *key, ldns_hash h);
16

DESCRIPTION

18       ldns_key_rr2ds() returns a new DS rr that represents the given key rr.
19
20              *key: the key to convert
21              h: the hash to use LDNS_SHA1/LDNS_SHA256
22
23              Returns ldns_rr* a new rr pointer to a DS
24

AUTHOR

26       The  ldns  team  at  NLnet Labs. Which consists out of Jelte Jansen and
27       Miek Gieben.
28
29

REPORTING BUGS

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

SEE ALSO

43       ldns_key.  And perldoc Net::DNS,  RFC1034,  RFC1035,  RFC4033,  RFC4034
44       and RFC4035.
45

REMARKS

47       This manpage was automaticly generated from the ldns source code by use
48       of Doxygen and some perl.
49
50
51
52                                  30 May 2006                          ldns(3)
Impressum