Package yawPyCrypto :: Module KeyCipher :: Class ZipKeyEncryptCipher
[show private | hide private]
[frames | no frames]

Class ZipKeyEncryptCipher

                 object --+    
                          |    
             KeyEncryptBase --+
                              |
                 object --+   |
                          |   |
                EncryptBase --+
                              |
     object --+               |
              |               |
     StreamBase --+           |
                  |           |
       OutputStream --+       |
                      |       |
     object --+       |       |
              |       |       |
AlgoDefinitions --+   |       |
                  |   |       |
       CipherStream --+       |
                      |       |
          EncryptStream --+   |
                          |   |
           ZipEncryptStream --+
                              |
                             ZipKeyEncryptCipher


Class which works similar to KeyEncryptCipher, but streams all data through zipping on writing, so that it is in effect "randomized" on writing.
Method Summary
  __init__(self, enc_keys, sign_keys, cipher_algo, cipher_mode, IV, hash_algo)
See the KeyEncryptCipher.__init__ function for an explanation of the parameters to pass to this function.
a new object with type S, a subtype of T __new__(S, ...)

Method Details

__init__(self, enc_keys=[], sign_keys=[], cipher_algo=3, cipher_mode=0, IV=None, hash_algo=5)
(Constructor)

See the KeyEncryptCipher.__init__ function for an explanation of the parameters to pass to this function.

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Generated by Epydoc 1.1 on Sun Aug 17 03:32:32 2003 http://epydoc.sf.net