| Method Summary |
| |
__init__(self,
session,
profileInit,
init_callback)
This generic TLS profile has no way of determining your application
specific key and certificate files. |
| |
parseError(self,
msg)
parseError() extracts the error code from the <error> block |
| |
parseProceed(self,
msg)
|
| |
parseReady(self,
msg)
Check data to see if it matches a 'ready' element |
| |
processMessage(self,
msg)
All processMessage should do is move the session from insecure to
secured. |
| |
sendReady(self)
send a ready message to the remote end |
| Inherited from Profile |
| |
mimeDecode(self,
payload)
mimeDecode() is a convenience function used to help make life easier
for profile programmers, like me. |
| |
mimeEncode(self,
payload,
contentType,
encoding)
mimeEncode() is a convenience function used to help
make life easier for profile programmers, like me. |
| |
setChannel(self,
channel)
setChannel() binds this Profile to the Channel it belongs to. |