| Home | Trees | Index | Help | 
|---|
| Package tlslite :: Package utils :: Module cipherfactory | 
 | 
| Function Summary | |
|---|---|
| tlslite.utils.AES | Create a new AES object. | 
| tlslite.utils.RC4 | Create a new RC4 object. | 
| tlslite.utils.TripleDES | Create a new 3DES object. | 
| Variable Summary | |
|---|---|
| bool | tripleDESPresent=True                                   | 
| Function Details | 
|---|
| createAES(key, IV, implList=None)Create a new AES object.
 | 
| createRC4(key, IV, implList=None)Create a new RC4 object.
 | 
| createTripleDES(key, IV, implList=None)Create a new 3DES object.
 | 
| Variable Details | 
|---|
| tripleDESPresent
 | 
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.0 on Mon Feb 21 21:56:55 2005 | http://epydoc.sf.net |