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

Class DiffieHellmanSHA256ConsumerSession

source code

                      object --+    
                               |    
DiffieHellmanSHA1ConsumerSession --+
                                   |
                                  DiffieHellmanSHA256ConsumerSession

Instance Methods

Inherited from DiffieHellmanSHA1ConsumerSession: __init__, extractSecret, getRequest

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

Static Methods
 
hash_func(s) source code
Class Variables
  session_type = 'DH-SHA256'
  secret_size = 32
  allowed_assoc_types = ['HMAC-SHA256']
Properties

Inherited from object: __class__

Method Details

hash_func(s)
Static Method

source code 
Overrides: DiffieHellmanSHA1ConsumerSession.hash_func