| Trees | Index | Help |
|---|
| Package yawPyCrypto :: Module Cipher :: Class ZipEncryptCipher |
|
object --+
|
EncryptBase --+
|
object --+ |
| |
StreamBase --+ |
| |
OutputStream --+ |
| |
object --+ | |
| | |
AlgoDefinitions --+ | |
| | |
CipherStream --+ |
| |
EncryptStream --+ |
| |
ZipEncryptStream --+
|
ZipEncryptCipher
| Method Summary | |
|---|---|
See the EncryptCipher.__init__ function for an explanation of the parameters to pass to this function. | |
| a new object with type S, a subtype of T |
|
Feed data to the encryption. (inherited from EncryptBase)
| |
Finish the encryption stream. (inherited from EncryptBase)
| |
Instance checking done by all functions of this class. (inherited from ZipEncryptStream)
| |
Retrieve the password this stream uses. (inherited from CipherStream)
| |
Write out the encryption end packet. (inherited from EncryptBase)
| |
Overridable function which writes an additional encryption header. (inherited from EncryptBase)
| |
Write out the random first block of data. (inherited from EncryptBase)
| |
Overridable function which writes an additional encryption signature. (inherited from EncryptBase)
| |
Feed data to the encryption, but zip it before feeding it. (inherited from ZipEncryptStream)
| |
Feed the passed in packet to the encryption, and return any available data which comes back from the encryption routine. (inherited from EncryptStream)
| |
Feed packet to the output stream. (inherited from OutputStream)
| |
Start the encryption stream with the passed in parameters, and create the crypto objects needed for the stream. (inherited from CipherStream)
| |
Stop the decryption by finalizing the zlib object. (inherited from ZipEncryptStream)
| |
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,
password=None,
cipher_algo=3,
cipher_mode=0,
IV=None,
hash_algo=5)
See the EncryptCipher.__init__ function for an explanation of the
parameters to pass to this function.
|
__new__(S, ...)
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Sun Aug 17 03:32:33 2003 | http://epydoc.sf.net |