Manual Pages for Linux CentOS command on man ldns_rr_rrsig_inception
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_rr_rrsig_inception

ldns(3) Library Functions Manual ldns(3)

NAME ldnsrrrrsigtypecovered, ldnsrrrrsigsettypecovered, ldnsrrrrsigalgorithm, ldnsrrrrsigsetalgorithm, ldnsrrrrsiglabels, ldnsrrrrsigsetlabels, ldnsrrrrsigorigttl, ldnsrrrrsigsetorigttl, ldnsrrrrsigexpiration, ldnsrrrrsigsetexpiration, ldnsrrrrsiginception, ldnsrrrrsigsetinception, ldnsrrrrsigkeytag, ldnsrrrrsigsetkeytag, ldnsrrrrsigsigname, ldnsrrrrsigsetsig‐ name, ldnsrrrrsigsig, ldnsrrrrsigsetsig SYNOPSIS

#include

#include

#include ldnsrdf* ldnsrrrrsigtypecovered(const ldnsrr *r); bool ldnsrrrrsigsettypecovered(ldnsrr *r, ldnsrdf *f); ldnsrdf* ldnsrrrrsigalgorithm(const ldnsrr *r); bool ldnsrrrrsigsetalgorithm(ldnsrr *r, ldnsrdf *f); ldnsrdf* ldnsrrrrsiglabels(const ldnsrr *r); bool ldnsrrrrsigsetlabels(ldnsrr *r, ldnsrdf *f); ldnsrdf* ldnsrrrrsigorigttl(const ldnsrr *r); bool ldnsrrrrsigsetorigttl(ldnsrr *r, ldnsrdf *f); ldnsrdf* ldnsrrrrsigexpiration(const ldnsrr *r); bool ldnsrrrrsigsetexpiration(ldnsrr *r, ldnsrdf *f); ldnsrdf* ldnsrrrrsiginception(const ldnsrr *r); bool ldnsrrrrsigsetinception(ldnsrr *r, ldnsrdf *f); ldnsrdf* ldnsrrrrsigkeytag(const ldnsrr *r); bool ldnsrrrrsigsetkeytag(ldnsrr *r, ldnsrdf *f); ldnsrdf* ldnsrrrrsigsigname(const ldnsrr *r); bool ldnsrrrrsigsetsigname(ldnsrr *r, ldnsrdf *f); ldnsrdf* ldnsrrrrsigsig(const ldnsrr *r); bool ldnsrrrrsigsetsig(ldnsrr *r, ldnsrdf *f); DESCRIPTION ldnsrrrrsigtypecovered() returns the type covered of a LDNSRRTYPERRSIG rr r: the resource record Returns a ldnsrdf* with the type covered or NULL on failure ldnsrrrrsigsettypecovered() sets the typecovered of a LDNSRRTYPERRSIG rr r: the rr to use f: the typecovered to set Returns true on success, false otherwise ldnsrrrrsigalgorithm() returns the algorithm of a LDNSRRTYPERRSIG RR r: the resource record Returns a ldnsrdf* with the algorithm or NULL on failure ldnsrrrrsigsetalgorithm() sets the algorithm of a LDNSRRTYPERRSIG rr r: the rr to use f: the algorithm to set Returns true on success, false otherwise ldnsrrrrsiglabels() returns the number of labels of a LDNSRRTYPERRSIG RR r: the resource record Returns a ldnsrdf* with the number of labels or NULL on failure ldnsrrrrsigsetlabels() sets the number of labels of a LDNSRRTYPERRSIG rr r: the rr to use f: the number of labels to set Returns true on success, false otherwise ldnsrrrrsigorigttl() returns the original TTL of a LDNSRRTYPERRSIG RR r: the resource record Returns a ldnsrdf* with the original TTL or NULL on failure ldnsrrrrsigsetorigttl() sets the original TTL of a LDNSRRTYPERRSIG rr r: the rr to use f: the original TTL to set Returns true on success, false otherwise ldnsrrrrsigexpiration() returns the expiration time of a LDNSRRTYPERRSIG RR r: the resource record Returns a ldnsrdf* with the expiration time or NULL on failure ldnsrrrrsigsetexpiration() sets the expireation date of a LDNSRRTYPERRSIG rr r: the rr to use f: the expireation date to set Returns true on success, false otherwise ldnsrrrrsiginception() returns the inception time of a LDNSRRTYPERRSIG RR r: the resource record Returns a ldnsrdf* with the inception time or NULL on failure ldnsrrrrsigsetinception() sets the inception date of a LDNSRRTYPERRSIG rr r: the rr to use f: the inception date to set Returns true on success, false otherwise ldnsrrrrsigkeytag() returns the keytag of a LDNSRRTYPERRSIG RR r: the resource record Returns a ldnsrdf* with the keytag or NULL on failure ldnsrrrrsigsetkeytag() sets the keytag of a LDNSRRTYPERRSIG rr r: the rr to use f: the keytag to set Returns true on success, false otherwise ldnsrrrrsigsigname() returns the signers name of a LDNSRRTYPERRSIG RR r: the resource record Returns a ldnsrdf* with the signers name or NULL on failure ldnsrrrrsigsetsigname() sets the signers name of a LDNSRRTYPERRSIG rr r: the rr to use f: the signers name to set Returns true on success, false otherwise ldnsrrrrsigsig() returns the signature data of a LDNSRRTYPERRSIG RR r: the resource record Returns a ldnsrdf* with the signature data or NULL on failure ldnsrrrrsigsetsig() sets the signature data of a LDNSRRTYPERRSIG rr r: the rr to use f: the signature data to set Returns true on success, false otherwise 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 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 ™