Trees | Index | Help |
---|
Package yawPyCrypto ::
Module KeyCipher ::
Class KeyEncryptCipher |
|
object
--+ |KeyEncryptBase
--+ |object
--+ | | |EncryptBase
--+ |object
--+ | | |StreamBase
--+ | | |OutputStream
--+ | | |object
--+ | | | | |AlgoDefinitions
--+ | | | | |CipherStream
--+ | | |EncryptStream
--+ | KeyEncryptCipher
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 )
| |
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 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,
enc_keys=[],
sign_keys=[],
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:34 2003 | http://epydoc.sf.net |