Trees | Index | Help |
---|
Package yawPyCrypto :: Module _CipherStream :: Class ZipDecryptStream |
|
object
--+ |StreamBase
--+ |InputStream
--+ |object
--+ | | |AlgoDefinitions
--+ | | |CipherStream
--+ |DecryptStream
--+ | ZipDecryptStream
ZipDecryptCipher
,
ZipKeyDecryptCipher
Method Summary | |
---|---|
Initialize the decryption stream by creating the decompression object. | |
a new object with type S, a subtype of T |
|
Instance checking done by all methods of this class. | |
Retrieve the password this stream uses. (inherited from CipherStream )
| |
Feed data to the decryption, and feed the return to the zlib decompression object. | |
Feed data to the decryption. (inherited from DecryptStream )
| |
Feed input to the stream. (inherited from InputStream )
| |
Feed data to the output buffer. (inherited from InputStream )
| |
Function called to feed a packet from the input stream. (inherited from InputStream )
| |
Finish the input stream by checking whether there is still data waiting or a continuation which is not finished. (inherited from InputStream )
| |
Start the encryption stream with the passed in parameters, and create the crypto objects needed for the stream. (inherited from CipherStream )
| |
Stop the decryption stream by finalizing the underlying decryption stream, and decompressing the rest of the data, and finally flushing the encryption stream, so that all data will be available. | |
Retrieve the data from the output property as a string. (inherited from StreamBase )
| |
Append data to the output. (inherited from StreamBase )
|
Method Details |
---|
__init__(self)
Initialize the decryption stream by creating the decompression
object.
|
__new__(S, ...)
|
_checkInst(self)Instance checking done by all methods of this class. |
_feedDecrypt(self, data)Feed data to the decryption, and feed the return to the zlib decompression object. Return the value that object returns. |
_stop(self)Stop the decryption stream by finalizing the underlying decryption stream, and decompressing the rest of the data, and finally flushing the encryption stream, so that all data will be available. In case the data is cut off, or too much data is available, this function raises an error condition. |
Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Aug 17 03:32:34 2003 | http://epydoc.sf.net |