Home | Trees | Indices | Help |
|
---|
|
object --+ | DiffieHellmanServerSession
|
|||
__init__(self,
dh,
consumer_pubkey) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
answer(self, secret) | |||
Inherited from |
|
|||
DiffieHellmanServerSession | fromQuery(cls, query) |
|
|||
str |
session_type = 'DH-SHA1' The session_type for this association session. |
|
|||
long |
consumer_pubkey The public key sent by the consumer in the associate request |
||
DiffieHellman |
dh The Diffie-Hellman algorithm values for this request |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
|
session_typeThe session_type for this association session.
|
|
consumer_pubkeyThe public key sent by the consumer in the associate request
|
dhThe Diffie-Hellman algorithm values for this request
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 8 13:26:20 2006 | http://epydoc.sourceforge.net |