gdata.tlslite.utils.TripleDES
index
/home/afshar/wrk/gdata-python-client/src/gdata/tlslite/utils/TripleDES.py

Abstract class for 3DES.

 
Modules
       
array
math
os
sys
traceback

 
Classes
       
TripleDES

 
class TripleDES
     Methods defined here:
__init__(self, key, mode, IV, implementation)
decrypt(self, ciphertext)
#CBC-Mode decryption, returns plaintext
#WARNING: *MAY* modify the input as well
encrypt(self, plaintext)
#CBC-Mode encryption, returns ciphertext
#WARNING: *MAY* modify the input as well