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

Class DiffieHellmanSHA256ServerSession

source code

                    object --+    
                             |    
DiffieHellmanSHA1ServerSession --+
                                 |
                                DiffieHellmanSHA256ServerSession

Instance Methods

Inherited from DiffieHellmanSHA1ServerSession: __init__, answer

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

Class Methods

Inherited from DiffieHellmanSHA1ServerSession: fromMessage

Static Methods
 
hash_func(s) source code
Class Variables
str session_type = 'DH-SHA256'
The session_type for this association session.
  allowed_assoc_types = ['HMAC-SHA256']
Instance Variables

Inherited from DiffieHellmanSHA1ServerSession: consumer_pubkey, dh

Properties

Inherited from object: __class__

Method Details

hash_func(s)
Static Method

source code 
Overrides: DiffieHellmanSHA1ServerSession.hash_func