|
|
__init__(self,
rdclass,
rdtype,
type_covered,
algorithm,
labels,
original_ttl,
expiration,
inception,
key_tag,
signer,
signature)
Initialize an rdata. |
source code
|
|
|
|
_cmp(self,
other)
Compare an rdata with another rdata of the same rdtype and rdclass. |
source code
|
|
|
|
|
|
int
|
covers(self)
DNS SIG/RRSIG rdatas apply to a specific type; this type is returned
by the covers() function. |
source code
|
|
|
string
|
to_text(self,
origin=None,
relativize=True,
**kw)
Convert an rdata to text format. |
source code
|
|
|
string
|
to_wire(self,
file,
compress=None,
origin=None)
Convert an rdata to wire format. |
source code
|
|
|
Inherited from rdata.Rdata:
__eq__,
__ge__,
__gt__,
__hash__,
__le__,
__lt__,
__ne__,
__repr__,
__str__,
extended_rdatatype,
to_digestable,
validate
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|