Package openid :: Package consumer :: Module consumer :: Class DiffieHellmanSHA256ConsumerSession
[hide private]
[frames] | no frames]

Class DiffieHellmanSHA256ConsumerSession

source code

                      object --+    
                               |    
DiffieHellmanSHA1ConsumerSession --+
                                   |
                                  DiffieHellmanSHA256ConsumerSession

Instance Methods [hide private]

Inherited from DiffieHellmanSHA1ConsumerSession: __init__, extractSecret, getRequest

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

Class Variables [hide private]
  session_type = 'DH-SHA256'
  hash_func = staticmethod(cryptutil.sha256)
  secret_size = 32
  allowed_assoc_types = ['HMAC-SHA256']
Properties [hide private]

Inherited from object: __class__