| Home | Trees | Index | Help |
|
|---|
| Package openid :: Package server :: Module server :: Class DiffieHellmanServerSession |
|
object --+
|
DiffieHellmanServerSession
| Method Summary | |
|---|---|
__init__(self,
dh,
consumer_pubkey)
| |
answer(self,
secret)
| |
DiffieHellmanServerSession
|
(Class method) |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Instance Variable Summary | |
|---|---|
| long | consumer_pubkey: The public key sent by the consumer in the associate request |
| DiffieHellman | dh: The Diffie-Hellman algorithm values for this request |
| Class Variable Summary | |
|---|---|
| str | session_type: The session_type for this association session. |
| Class Method Details |
|---|
fromQuery(cls, query)
|
| Instance Variable Details |
|---|
consumer_pubkeyThe public key sent by the consumer in the associate request
|
dhThe Diffie-Hellman algorithm values for this request
|
| Class Variable Details |
|---|
session_typeThe session_type for this association session.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Dec 14 11:14:09 2007 | http://epydoc.sf.net |