Home | Trees | Indices | Help |
|
---|
|
object --+ | DiffieHellmanSHA1ServerSession
|
|||
__init__(self,
dh,
consumer_pubkey) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
answer(self, secret) | |||
Inherited from |
|
|||
DiffieHellmanSHA1ServerSession | fromMessage(cls, message) |
|
|||
hash_func(s) |
|
|||
str |
session_type = 'DH-SHA1' The session_type for this association session. |
||
allowed_assoc_types = ['HMAC-SHA1']
|
|
|||
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.
|
allowed_assoc_types
|
|
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 Jun 22 21:41:46 2007 | http://epydoc.sourceforge.net |