Home | Trees | Indices | Help |
|
---|
|
object --+ | rdata.Rdata --+ | SIGBase
SIG-like record base
|
|||
|
|||
int |
|
||
string |
|
||
string |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
dns.rdata.Rdata instance |
|
||
dns.rdata.Rdata instance |
|
|
|||
Inherited from |
|
Initialize an rdata.
|
DNS SIG/RRSIG rdatas apply to a specific type; this type is returned by the covers() function. If the rdata type is not SIG or RRSIG, dns.rdatatype.NONE is returned. This is useful when creating rdatasets, allowing the rdataset to contain only RRSIGs of a particular type, e.g. RRSIG(NS).
|
Convert an rdata to text format.
|
Build an rdata object from text format.
|
Convert an rdata to wire format.
|
Build an rdata object from wire format
|
Convert any domain names in the rdata to the specified relativization.
|
Compare an rdata with another rdata of the same rdtype and rdclass. Return < 0 if self < other in the DNSSEC ordering, 0 if self == other, and > 0 if self > other.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jan 25 16:39:11 2010 | http://epydoc.sourceforge.net |