Package dns :: Package rdtypes :: Package ANY :: Module RRSIG :: Class RRSIG
[hide private]
[frames] | no frames]

Class RRSIG

source code

 object --+        
          |        
rdata.Rdata --+    
              |    
sigbase.SIGBase --+
                  |
                 RRSIG

RRSIG record

Instance Methods [hide private]

Inherited from sigbase.SIGBase: __init__, choose_relativity, covers, to_text, to_wire

Inherited from sigbase.SIGBase (private): _cmp

Inherited from rdata.Rdata: __eq__, __ge__, __gt__, __le__, __lt__, __ne__, __repr__, __str__, extended_rdatatype, to_digestable, validate

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Methods [hide private]

Inherited from sigbase.SIGBase: from_text, from_wire

Instance Variables [hide private]

Inherited from sigbase.SIGBase: algorithm, expiration, inception, key_tag, labels, original_ttl, signature, signer, type_covered

Properties [hide private]

Inherited from rdata.Rdata: rdclass, rdtype

Inherited from object: __class__