Trees | Index | Help |
---|
Package yawPyCrypto ::
Module _CipherStream ::
Class DecryptStream |
|
object
--+ |StreamBase
--+ |InputStream
--+ |object
--+ | | |AlgoDefinitions
--+ | | |CipherStream
--+ | DecryptStream
DecryptCipher
,
ZipDecryptStream
,
KeyDecryptCipher
Method Summary | |
---|---|
Initialize the decryption stream. | |
a new object with type S, a subtype of T |
|
Instance checking called by all members. | |
Retrieve the password this stream uses. (inherited from CipherStream )
| |
Feed data to the decryption. | |
Feed data to the decryption. | |
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 )
| |
Finalize the decryption stream. | |
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. This does nothing except setting the
stopped attribute to false.
|
__new__(S, ...)
|
_checkInst(self)Instance checking called by all members. |
_feedDecrypt(self, data)Feed data to the decryption. The packet must be of correct length for the decryption to work, there is no buffering. This should be ensured by the EncryptStream, as it only returns packets of correct size. |
_feedDecryptRaw(self, data)Feed data to the decryption. The packet must be of correct length for the decryption to work, there is no buffering. This should be ensured by the EncryptStream, as it only returns packets of correct size. |
_stop(self)Finalize the decryption stream. This checks to see if data is still remaining in the decryption object. |
Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Aug 17 03:32:34 2003 | http://epydoc.sf.net |