| Trees | Index | Help |
|---|
| Package yawPyCrypto :: Module KeyCipher :: Class ZipKeyEncryptCipher |
|
object --+
|
KeyEncryptBase --+
|
object --+ |
| |
EncryptBase --+
|
object --+ |
| |
StreamBase --+ |
| |
OutputStream --+ |
| |
object --+ | |
| | |
AlgoDefinitions --+ | |
| | |
CipherStream --+ |
| |
EncryptStream --+ |
| |
ZipEncryptStream --+
|
ZipKeyEncryptCipher
| Method Summary | |
|---|---|
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 |
|
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)
| |
Write the encryption header. (inherited from KeyEncryptBase)
| |
Write out the random first block of data. (inherited from EncryptBase)
| |
Write out the key signatures for this stream. (inherited from KeyEncryptBase)
| |
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,
enc_keys=[],
sign_keys=[],
cipher_algo=3,
cipher_mode=0,
IV=None,
hash_algo=5)
See the KeyEncryptCipher.__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:34 2003 | http://epydoc.sf.net |