Package duplicity :: Module gpg :: Class GPGProfile
[hide private]
[frames] | no frames]

Class GPGProfile

source code

Just hold some GPG settings, avoid passing tons of arguments

Instance Methods [hide private]
 
__init__(self, passphrase=None, sign_key=None, recipients=None)
Set all data with initializer
source code
Method Details [hide private]

__init__(self, passphrase=None, sign_key=None, recipients=None)
(Constructor)

source code 

Set all data with initializer

passphrase is the passphrase. If it is None (not ""), assume it hasn't been set. sign_key can be blank if no signing is indicated, and recipients should be a list of keys. For all keys, the format should be an 8 character hex key like 'AA0E73D2'.