1ldns(3) Library Functions Manual ldns(3)
2
3
4
6 ldns_key
7
8
10 #include <stdint.h>
11 #include <stdbool.h>
12
13 #include <ldns/ldns.h>
14
15 ldns_key();
16
18 ldns_key()
19
21 The ldns team at NLnet Labs. Which consists out of Jelte Jansen and
22 Miek Gieben.
23
24
26 Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at
27 http://www.nlnetlabs.nl/bugs/index.html
28
29
31 Copyright (c) 2004 - 2006 NLnet Labs.
32
33 Licensed under the BSD License. There is NO warranty; not even for MER‐
34 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
35
36
38 ldns_key_new, ldns_key_new_frm_algorithm, ldns_key_new_frm_fp,
39 ldns_key_new_frm_fp_l, ldns_key_new_frm_fp_rsa,
40 ldns_key_new_frm_fp_rsa_l, ldns_key_new_frm_fp_dsa,
41 ldns_key_new_frm_fp_dsa_l, ldns_key_list_new, ldns_key_set_algorithm,
42 ldns_key_set_rsa_key, ldns_key_set_dsa_key, ldns_key_set_hmac_key,
43 ldns_key_set_origttl, ldns_key_set_inception, ldns_key_set_expiration,
44 ldns_key_set_pubkey_owner, ldns_key_set_keytag, ldns_key_set_flags,
45 ldns_key_list_set_key_count, ldns_key_list_push_key,
46 ldns_key_list_pop_key, ldns_key_list_key_count, ldns_key_list_key,
47 ldns_key_rsa_key, ldns_key_dsa_key, ldns_key_algorithm,
48 ldns_key_hmac_key, ldns_key_origttl, ldns_key_inception, ldns_key_expi‐
49 ration, ldns_key_keytag, ldns_key_pubkey_owner, ldns_key_flags,
50 ldns_key2rr, ldns_key_free, ldns_key_deep_free, ldns_key_list_free,
51 ldns_key_print. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033,
52 RFC4034 and RFC4035.
53
55 This manpage was automaticly generated from the ldns source code by use
56 of Doxygen and some perl.
57
58
59
60 30 May 2006 ldns(3)