Package common :: Module GnuPG :: Class GnuPG
[hide private]
[frames] | no frames]

Class GnuPG

source code


Instance Methods [hide private]
 
__init__(self, use_agent=False) source code
 
_setup_my_options(self) source code
 
_read_response(self, child_stdout) source code
 
encrypt(self, str_, recipients) source code
 
decrypt(self, str_, keyID) source code
 
sign(self, str_, keyID) source code
 
verify(self, str_, sign) source code
 
get_keys(self, secret=False) source code
 
get_secret_keys(self) source code
 
_stripHeaderFooter(self, data)
Remove header and footer from data
source code
 
_addHeaderFooter(self, data, type_)
Add header and footer from data
source code

Inherited from GnuPGInterface.GnuPG: run

Method Details [hide private]

__init__(self, use_agent=False)
(Constructor)

source code 
Overrides: GnuPGInterface.GnuPG.__init__

_setup_my_options(self)

source code 

_read_response(self, child_stdout)

source code 

encrypt(self, str_, recipients)

source code 

decrypt(self, str_, keyID)

source code 

sign(self, str_, keyID)

source code 

verify(self, str_, sign)

source code 

get_keys(self, secret=False)

source code 

get_secret_keys(self)

source code 

_stripHeaderFooter(self, data)

source code 
Remove header and footer from data

_addHeaderFooter(self, data, type_)

source code 
Add header and footer from data