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

Class ARC

source code

  object --+    
           |    
DomainSigner --+
               |
              ARC

Instance Methods [hide private]
 
sorted_arc_headers(self) source code
 
sign(self, selector, domain, privkey, srv_id, include_headers=None, timestamp=None, standardize=False) source code
 
verify(self, dnsfunc=<function get_txt at 0x215b050>) source code
 
verify_instance(self, arc_headers_w_instance, instance, 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]
  ARC_HEADERS = ('arc-seal', 'arc-message-signature', 'arc-authe...
  INSTANCE_RE = re.compile(r'(?im)[\s;]?i\s*=\s*(\d+)')

Inherited from DomainSigner: FROZEN, RFC5322_SINGLETON, SHOULD, SHOULD_NOT

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

ARC_HEADERS

Value:
('arc-seal', 'arc-message-signature', 'arc-authentication-results')