Package M2Crypto :: Module SMIME :: Class SMIME
[frames] | no frames]

Class SMIME



Instance Methods
 
load_key(self, keyfile, certfile=None, callback=<function passphrase_callback at 0x83b2a04>)
 
load_key_bio(self, keybio, certbio=None, callback=<function passphrase_callback at 0x83b2a04>)
 
set_x509_stack(self, stack)
 
set_x509_store(self, store)
 
set_cipher(self, cipher)
 
unset_key(self)
 
unset_x509_stack(self)
 
unset_x509_store(self)
 
unset_cipher(self)
 
encrypt(self, data_bio, flags=0)
 
decrypt(self, pkcs7, flags=0)
 
sign(self, data_bio, flags=0)
 
verify(self, pkcs7, data_bio=None, flags=0)
 
write(self, out_bio, pkcs7, data_bio=None, flags=0)