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

Class DiffieHellmanSHA1ConsumerSession

source code

object --+
         |
        DiffieHellmanSHA1ConsumerSession
Known Subclasses:

Instance Methods
 
__init__(self, dh=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getRequest(self) source code
 
extractSecret(self, response) source code

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-SHA1'
  secret_size = 20
  allowed_assoc_types = ['HMAC-SHA1']
Properties

Inherited from object: __class__

Method Details

__init__(self, dh=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)