Package M2Crypto :: Module BIO :: Class CipherStream
[frames] | no frames]

Class CipherStream




Object interface to BIO_f_cipher.

Instance Methods
 
m2_bio_pop(...)
 
m2_bio_free(...)
 
__init__(self, obio)
 
__del__(self)
 
close(self)
 
write_close(self)
 
set_cipher(self, algo, key, iv, op)

Inherited from BIO: bio_ptr, fileno, flush, read, readable, readline, readlines, reset, should_read, should_retry, should_write, write, writeable

Class Variables
  SALT_LEN = 8
Method Details

m2_bio_free(...)

 
Overrides: SSL.Connection'.Connection.m2_bio_free

__init__(self, obio)
(Constructor)

 
Overrides: BIO.__init__

__del__(self)
(Destructor)

 
Overrides: BIO.__del__

close(self)

 
Overrides: BIO.close

write_close(self)

 
Overrides: BIO.write_close