Package yawPyCrypto :: Module Cipher :: Class ZipDecryptCipher
[show private | hide private]
[frames | no frames]

Class ZipDecryptCipher

                 object --+    
                          |    
                DecryptBase --+
                              |
     object --+               |
              |               |
     StreamBase --+           |
                  |           |
        InputStream --+       |
                      |       |
     object --+       |       |
              |       |       |
AlgoDefinitions --+   |       |
                  |   |       |
       CipherStream --+       |
                      |       |
          DecryptStream --+   |
                          |   |
           ZipDecryptStream --+
                              |
                             ZipDecryptCipher


Class which works similar to DecryptCipher, but streams all data read from the encrypted stream through unzipping on reading. The stream this class works on must have been created using ZipEncryptCipher.
Method Summary
  __init__(self, password, IV)
See the DecryptCipher.__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, password, IV=None)
(Constructor)

See the DecryptCipher.__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:31 2003 http://epydoc.sf.net