Package dkim :: Class DKIM
[hide private]
[frames] | no frames]

Class DKIM

source code

  object --+    
           |    
DomainSigner --+
               |
              DKIM

Instance Methods [hide private]
 
sign(self, selector, domain, privkey, signature_algorithm=None, identity=None, canonicalize=('relaxed', 'simple'), include_headers=None, length=False) source code
 
present(self) source code
 
verify_headerprep(self, idx=0)
Non-DNS verify parts to minimize asyncio code duplication.
source code
 
verify(self, idx=0, dnsfunc=<function get_txt at 0x215b050>) source code

Inherited from DomainSigner: __init__, add_frozen, add_should_not, all_sign_headers, default_sign_headers, gen_header, set_message, verify_sig, verify_sig_process

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from DomainSigner: FROZEN, RFC5322_SINGLETON, SHOULD, SHOULD_NOT

Properties [hide private]

Inherited from object: __class__