|
__init__(self,
message=None,
logger=None,
signature_algorithm=' rsa-sha256 ' ,
minkey=1024)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
default_sign_headers(self)
Return the default list of headers to sign: those in should_sign or
frozen_sign, with those in frozen_sign signed an extra time to
prevent additions. |
source code
|
|
|
|
|
gen_header(self,
fields,
include_headers,
canon_policy,
header_name,
pk,
standardize=False) |
source code
|
|
|
verify_sig(self,
sig,
include_headers,
sig_header,
dnsfunc) |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
FROZEN = ( ' from ' , ' date ' , ' subject ' )
|
|
SHOULD = ( ' sender ' , ' reply-to ' , ' subject ' , ' date ' , ' message-id ...
|
|
SHOULD_NOT = ( ' return-path ' , ' received ' , ' comments ' , ' keywords ...
|
|
RFC5322_SINGLETON = ( ' date ' , ' from ' , ' sender ' , ' reply-to ' , ' to ...
|