|
Methods defined here:
- __init__(self)
- Initialize self. See help(type(self)) for accurate signature.
- decrypt(self, key, iv, data, legacyPadding=False)
- Decrypt data.
- encrypt(self, key, iv, data)
- Encrypt data.
Class methods defined here:
- get() from builtins.type
- Get the AES singleton.
- quickSelfTest() from builtins.type
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- BLOCK_SIZE = 16
|