table of contents
other versions
- wheezy 1.6.13-1+deb7u1
- wheezy-backports 1.6.17-5~bpo70+1
- jessie 1.6.17-5+b1
- testing 1.7.0-1
- unstable 1.7.0-1
ldns(3) | Library Functions Manual | ldns(3) |
NAME¶
ldns_key_set_algorithm, ldns_key_set_rsa_key, ldns_key_set_dsa_key, ldns_key_set_hmac_key, ldns_key_set_origttl, ldns_key_set_inception, ldns_key_set_expiration, ldns_key_set_pubkey_owner, ldns_key_set_keytag, ldns_key_set_flags, ldns_key_list_set_key_count-SYNOPSIS¶
#include <stdint.h>DESCRIPTION¶
ldns_key_set_algorithm()
Set the key's algorithm
k: the key
l: the algorithm
ldns_key_set_rsa_key()
Set the key's rsa data
k: the key
r: the rsa data
ldns_key_set_dsa_key()
Set the key's dsa data
k: the key
d: the dsa data
ldns_key_set_hmac_key()
Set the key's hmac data
k: the key
hmac: the raw key data
ldns_key_set_origttl()
Set the key's original ttl
k: the key
t: the ttl
ldns_key_set_inception()
Set the key's inception date (seconds after epoch)
k: the key
i: the inception
ldns_key_set_expiration()
Set the key's expiration date (seconds after epoch)
k: the key
e: the expiration
ldns_key_set_pubkey_owner()
Set the key's pubkey owner
k: the key
r: the owner
ldns_key_set_keytag()
Set the key's key tag
k: the key
tag: the keytag
ldns_key_set_flags()
Set the key's flags
k: the key
flags: the flags
ldns_key_list_set_key_count()
Set the keylist's key count to count
key: the key
count: the cuont
AUTHOR¶
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben.REPORTING BUGS¶
Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.htmlCOPYRIGHT¶
Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.SEE ALSO¶
ldns_key. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035.REMARKS¶
This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl.30 May 2006 |