gdata
.
tlslite
.
utils
.AES
index
/usr/local/google/home/afshar/src/external-gdata-release/google3/src/gdata/tlslite/utils/AES.py
Abstract class for
AES
.
Classes
AES
class
AES
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