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

Class DiffieHellmanSHA256ServerSession

source code

                    object --+    
                             |    
DiffieHellmanSHA1ServerSession --+
                                 |
                                DiffieHellmanSHA256ServerSession

Instance Methods [hide private]

Inherited from DiffieHellmanSHA1ServerSession: __init__, answer

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

Class Methods [hide private]

Inherited from DiffieHellmanSHA1ServerSession: fromMessage

Class Variables [hide private]
str session_type = 'DH-SHA256'
The session_type for this association session.
  hash_func = staticmethod(cryptutil.sha256)
  allowed_assoc_types = ['HMAC-SHA256']
Instance Variables [hide private]

Inherited from DiffieHellmanSHA1ServerSession: consumer_pubkey, dh

Properties [hide private]

Inherited from object: __class__