Trees | Index | Help |
---|
Package yawPyCrypto ::
Module Cipher ::
Class EncryptCipher |
|
object
--+ |EncryptBase
--+ |object
--+ | | |StreamBase
--+ | | |OutputStream
--+ | | |object
--+ | | | | |AlgoDefinitions
--+ | | | | |CipherStream
--+ | | |EncryptStream
--+ | EncryptCipher
Method Summary | |
---|---|
Initialize the encryption cipher. | |
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 checker. (inherited from EncryptStream )
| |
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 the passed in packet to the encryption, and return any available data which comes back from the encryption routine. (inherited from EncryptStream )
| |
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 encryption object by appending random data to the end of the buffer, so that a final block can be written if data is still pending encryption. (inherited from EncryptStream )
| |
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)
|
__new__(S, ...)
|
Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Aug 17 03:32:33 2003 | http://epydoc.sf.net |