| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Key --+
|
SymmetricKey --+
|
AesKey
Represents AES symmetric private keys.
|
|||
|
|||
|
|||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
|
Inherited from Inherited from |
|||
|
|||
| AesKey |
|
||
| AesKey |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
Compute and return the hash id of this key. Can override default hash.
|
Return a newly generated AES key.
|
Reads an AES key from a JSON string representation of it.
|
Returns the data padded using PKCS5. For a block size B and data with N bytes in the last block, PKCS5 pads the data with B-N bytes of the value B-N.
|
Returns the unpadded version of a data padded using PKCS5.
|
Return ciphertext byte string containing Header|IV|Ciph|Sig.
|
Decrypts the given ciphertext.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Aug 10 17:05:05 2008 | http://epydoc.sourceforge.net |