ldns - Online Linux Manual PageSection : 3
Updated : 30 May 2006

NAMEldns_rr_rrsig_typecovered, ldns_rr_rrsig_set_typecovered, ldns_rr_rrsig_algorithm, ldns_rr_rrsig_set_algorithm, ldns_rr_rrsig_labels, ldns_rr_rrsig_set_labels, ldns_rr_rrsig_origttl, ldns_rr_rrsig_set_origttl, ldns_rr_rrsig_expiration, ldns_rr_rrsig_set_expiration, ldns_rr_rrsig_inception, ldns_rr_rrsig_set_inception, ldns_rr_rrsig_keytag, ldns_rr_rrsig_set_keytag, ldns_rr_rrsig_signame, ldns_rr_rrsig_set_signame, ldns_rr_rrsig_sig, ldns_rr_rrsig_set_sig − get and set RRSIG RR rdata fields

SYNOPSIS#include <stdint.h>
#include <stdbool.h>
#include <ldns/ldns.h> ldns_rdf* ldns_rr_rrsig_typecovered(const ldns_rr *r); bool ldns_rr_rrsig_set_typecovered(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_algorithm(const ldns_rr *r); bool ldns_rr_rrsig_set_algorithm(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_labels(const ldns_rr *r); bool ldns_rr_rrsig_set_labels(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_origttl(const ldns_rr *r); bool ldns_rr_rrsig_set_origttl(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_expiration(const ldns_rr *r); bool ldns_rr_rrsig_set_expiration(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_inception(const ldns_rr *r); bool ldns_rr_rrsig_set_inception(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_keytag(const ldns_rr *r); bool ldns_rr_rrsig_set_keytag(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_signame(const ldns_rr *r); bool ldns_rr_rrsig_set_signame(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_sig(const ldns_rr *r); bool ldns_rr_rrsig_set_sig(ldns_rr *r, ldns_rdf *f);

DESCRIPTIONldns_rr_rrsig_typecovered() returns the type covered of a ­LDNS_RR_TYPE_RRSIG rr
r: the resource record
Returns a ldns_rdf* with the type covered or ­NULL on failure
ldns_rr_rrsig_set_typecovered() sets the typecovered of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the typecovered to set
Returns true on success, false otherwise
ldns_rr_rrsig_algorithm() returns the algorithm of a ­LDNS_RR_TYPE_RRSIG ­RR
r: the resource record
Returns a ldns_rdf* with the algorithm or ­NULL on failure
ldns_rr_rrsig_set_algorithm() sets the algorithm of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the algorithm to set
Returns true on success, false otherwise
ldns_rr_rrsig_labels() returns the number of labels of a ­LDNS_RR_TYPE_RRSIG ­RR
r: the resource record
Returns a ldns_rdf* with the number of labels or ­NULL on failure
ldns_rr_rrsig_set_labels() sets the number of labels of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the number of labels to set
Returns true on success, false otherwise
ldns_rr_rrsig_origttl() returns the original ­TTL of a ­LDNS_RR_TYPE_RRSIG ­RR
r: the resource record
Returns a ldns_rdf* with the original ­TTL or ­NULL on failure
ldns_rr_rrsig_set_origttl() sets the original ­TTL of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the original ­TTL to set
Returns true on success, false otherwise
ldns_rr_rrsig_expiration() returns the expiration time of a ­LDNS_RR_TYPE_RRSIG ­RR
r: the resource record
Returns a ldns_rdf* with the expiration time or ­NULL on failure
ldns_rr_rrsig_set_expiration() sets the expireation date of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the expireation date to set
Returns true on success, false otherwise
ldns_rr_rrsig_inception() returns the inception time of a ­LDNS_RR_TYPE_RRSIG ­RR
r: the resource record
Returns a ldns_rdf* with the inception time or ­NULL on failure
ldns_rr_rrsig_set_inception() sets the inception date of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the inception date to set
Returns true on success, false otherwise
ldns_rr_rrsig_keytag() returns the keytag of a ­LDNS_RR_TYPE_RRSIG ­RR
r: the resource record
Returns a ldns_rdf* with the keytag or ­NULL on failure
ldns_rr_rrsig_set_keytag() sets the keytag of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the keytag to set
Returns true on success, false otherwise
ldns_rr_rrsig_signame() returns the signers name of a ­LDNS_RR_TYPE_RRSIG ­RR
r: the resource record
Returns a ldns_rdf* with the signers name or ­NULL on failure
ldns_rr_rrsig_set_signame() sets the signers name of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the signers name to set
Returns true on success, false otherwise
ldns_rr_rrsig_sig() returns the signature data of a ­LDNS_RR_TYPE_RRSIG ­RR
r: the resource record
Returns a ldns_rdf* with the signature data or ­NULL on failure
ldns_rr_rrsig_set_sig() sets the signature data of a ­LDNS_RR_TYPE_RRSIG rr
r: the rr to use
f: the signature data to set
Returns true on success, false otherwise

AUTHORThe ldns team at NLnet Labs.

REPORTING BUGSPlease report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html

COPYRIGHTCopyright (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 ALSOperldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035.

REMARKSThis manpage was automatically generated from the ldns source code.
0
Johanes Gumabo
Data Size   :   20,338 byte
man-ldns_rr_rrsig_set_signame.3Build   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   3 / 238,320
Visitor ID   :     :  
Visitor IP   :   3.137.177.116   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.