Home | Trees | Index | Help |
|
---|
Package g4ds :: Module g4dsservice :: Class G4dsService |
|
Method Summary | |
---|---|
Connects to the G4ds Service Listener | |
Connect to the server. | |
Closes down the connection of this client to the service. | |
listen(self)
| |
sendMessage(self,
destinationMember,
destinationCommunity,
message,
actionstring)
| |
We simply use RSA here. | |
Decrypts a message with the session key. | |
_decryptWithMyPrivateKey(self,
message)
| |
Encrypts a message with the session key. | |
_receiveOne(self)
| |
Authenticates at the server process using the service fifo. | |
_sendOne(self,
message)
|
Method Details |
---|
__init__(self)
Connects to the G4ds Service Listener
|
connect(self, serviceId, privateKey=None, privateKeyLocation=None, callback=None)Connect to the server. You have to provide either privateKey or privateKeyLocation |
disconnect(self)Closes down the connection of this client to the service. |
_createAuthenticationToken(self)We simply use RSA here. |
_decryptSession(self, ciphered)Decrypts a message with the session key. |
_encryptSession(self, msg)Encrypts a message with the session key. |
_rendevous(self, number)Authenticates at the server process using the service fifo. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |