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

Class DiffieHellmanSHA256ServerSession

source code

                    object --+    
                             |    
DiffieHellmanSHA1ServerSession --+
                                 |
                                DiffieHellmanSHA256ServerSession

Instance Methods [hide private]

Inherited from DiffieHellmanSHA1ServerSession: __init__, answer

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


Class Methods [hide private]

Inherited from DiffieHellmanSHA1ServerSession: fromMessage


Static Methods [hide private]
  hash_func(s)

Class Variables [hide private]
str session_type = 'DH-SHA256'
The session_type for this association session.
  allowed_assoc_types = ['HMAC-SHA256']

Instance Variables [hide private]

Inherited from DiffieHellmanSHA1ServerSession: consumer_pubkey, dh


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

hash_func(s)
Static Method

source code 
Overrides: DiffieHellmanSHA1ServerSession.hash_func

Class Variable Details [hide private]

session_type


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

allowed_assoc_types

Value:
['HMAC-SHA256']