| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        TrustDB
A database of trusted keys.
See Also: trust_db - the singleton instance of this class
| Instance Methods | |||
| 
 | |||
| bool | 
 | ||
| {str} | 
 | ||
| {str} | 
 | ||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Instance Variables | |
| {str: set(str)} | keys maps trusted key fingerprints to a set of domains for which where it is trusted | 
| watchers callbacks invoked by notify | |
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 
 | 
| 
 Return the set of domains in which this key is trusted. If the list includes '*' then the key is trusted everywhere. 
 Since: 0.27 | 
| 
 Return the set of keys trusted for this domain. 
 Since: 0.27 | 
| 
 Add key to the list of trusted fingerprints. 
 Note: call notify after trusting one or more new keys | 
| 
 
 | 
| 
 Call all watcher callbacks. This should be called after trusting or untrusting one or more new keys. Since: 0.25 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:07 2013 | http://epydoc.sourceforge.net |