Package openid :: Package server :: Module server :: Class DiffieHellmanSHA256ServerSession
[frames | no frames]

Type DiffieHellmanSHA256ServerSession

                    object --+    
                             |    
DiffieHellmanSHA1ServerSession --+
                                 |
                                DiffieHellmanSHA256ServerSession


Method Summary
  hash_func(s)
(Static method)
Inherited from DiffieHellmanSHA1ServerSession: __init__, answer, fromMessage
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variable Summary
Inherited from DiffieHellmanSHA1ServerSession: consumer_pubkey, dh

Class Variable Summary
list allowed_assoc_types = ['HMAC-SHA256']
str session_type: The session_type for this association session.

Class Variable Details

allowed_assoc_types

Type:
list
Value:
['HMAC-SHA256']                                                        

session_type

The session_type for this association session.
Type:
str
Value:
'DH-SHA256'                                                            

Generated by Epydoc 2.1 on Wed Apr 22 16:14:20 2009 http://epydoc.sf.net