1ldns(25 Apr 2005)                                            ldns(25 Apr 2005)
2
3
4

NAME

6       ldns_key_set_algorithm,   ldns_key_set_rsa_key,   ldns_key_set_dsa_key,
7       ldns_key_set_hmac_key,  ldns_key_set_origttl,   ldns_key_set_inception,
8       ldns_key_set_expiration,  ldns_key_set_pubkey_owner,  ldns_key_set_key‐
9       tag, ldns_key_set_flags, ldns_key_list_set_key_count
10
11

SYNOPSIS

13       #ifdef HAVE_STDINT_H
14       #include <stdint.h>
15       #endif /* HAVE_STDINT_H */
16
17       #ifdef HAVE_STDBOOL_H
18       #include <stdbool.h>
19       #endif /* HAVE_STDBOOL_H */
20
21       #include <ldns/ldns.h>
22
23        ldns_key_set_algorithm();
24
25        ldns_key_set_rsa_key();
26
27        ldns_key_set_dsa_key();
28
29        ldns_key_set_hmac_key();
30
31        ldns_key_set_origttl();
32
33        ldns_key_set_inception();
34
35        ldns_key_set_expiration();
36
37        ldns_key_set_pubkey_owner();
38
39        ldns_key_set_keytag();
40
41        ldns_key_set_flags();
42
43        ldns_key_list_set_key_count();
44

DESCRIPTION

46       ldns_key_set_algorithm()
47
48       ldns_key_set_rsa_key()
49
50       ldns_key_set_dsa_key()
51
52       ldns_key_set_hmac_key()
53
54       ldns_key_set_origttl()
55
56       ldns_key_set_inception()
57
58       ldns_key_set_expiration()
59
60       ldns_key_set_pubkey_owner()
61
62       ldns_key_set_keytag()
63
64       ldns_key_set_flags()
65
66       ldns_key_list_set_key_count()
67

AUTHOR

69       The ldns team at NLnet Labs. Which consists out of: Jelte Jansen,  Erik
70       Rozendaal and Miek Gieben.
71
72

REPORTING BUGS

74       Please  report  bugs  to  ldns-team@nlnetlabs.nl  or in our Bugzilla at
75       http://www.nlnetlabs.nl/bugs/index.html
76
77       Be sure to select ldns as the product.
78
79
81       Copyright (c) 2004, 2005 NLnet Labs.  Licensed under the  BSD  License.
82       There  is  NO  warranty;  not even for MERCHANTABILITY or FITNESS FOR A
83       PARTICULAR PURPOSE.
84

SEE ALSO

86       perldoc Net::DNS, RFC1043, RFC1035, RFC4033, RFC4034 and RFC4035.
87

REMARKS

89       This manpage was automaticly generated from the ldns source code by use
90       of Doxygen and some perl.
91
92
93
94                                                             ldns(25 Apr 2005)
Impressum