Manual Pages for Linux CentOS command on man ldns_key_set_origttl
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_key_set_origttl

ldns(3) Library Functions Manual ldns(3)

NAME ldnskeysetalgorithm, ldnskeysetrsakey, ldnskeysetdsakey, ldnskeysethmackey, ldnskeysetorigttl, ldnskeysetinception, ldnskeysetexpiration, ldnskeysetpubkeyowner, ldnskeysetkey‐ tag, ldnskeysetflags, ldnskeylistsetkeycount SYNOPSIS

#include

#include

#include void ldnskeysetalgorithm(ldnskey *k, ldnssigningalgorithm l); void ldnskeysetrsakey(ldnskey *k, RSA *r); void ldnskeysetdsakey(ldnskey *k, DSA *d); void ldnskeysethmackey(ldnskey *k, unsigned char *hmac); void ldnskeysetorigttl(ldnskey *k, uint32t t); void ldnskeysetinception(ldnskey *k, uint32t i); void ldnskeysetexpiration(ldnskey *k, uint32t e); void ldnskeysetpubkeyowner(ldnskey *k, ldnsrdf *r); void ldnskeysetkeytag(ldnskey *k, uint16t tag); void ldnskeysetflags(ldnskey *k, uint16t flags); void ldnskeylistsetkeycount(ldnskeylist *key, sizet count); DESCRIPTION ldnskeysetalgorithm() Set the key's algorithm k: the key l: the algorithm ldnskeysetrsakey() Set the key's rsa data. The rsa data should be freed by the user. k: the key r: the rsa data ldnskeysetdsakey() Set the key's dsa data The dsa data should be freed by the user. k: the key d: the dsa data ldnskeysethmackey() Set the key's hmac data k: the key hmac: the raw key data ldnskeysetorigttl() Set the key's original ttl k: the key t: the ttl ldnskeysetinception() Set the key's inception date (seconds after epoch) k: the key i: the inception ldnskeysetexpiration() Set the key's expiration date (seconds after epoch) k: the key e: the expiration ldnskeysetpubkeyowner() Set the key's pubkey owner k: the key r: the owner ldnskeysetkeytag() Set the key's key tag k: the key tag: the keytag ldnskeysetflags() Set the key's flags k: the key flags: the flags ldnskeylistsetkeycount() 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.html COPYRIGHT

Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MER‐ CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO ldnskey. 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 ldns(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™