| Home | Trees | Indices | Help |
|
|---|
|
|
Python interface to GnuPG.
This module is used to invoke GnuPG to check the digital signatures on interfaces.
See Also: iface_cache.PendingFeed
| Classes | |
|
Signature Abstract base class for signature check results. |
|
|
ValidSig A valid signature check result. |
|
|
BadSig A bad signature (doesn't match the message). |
|
|
ErrSig Error while checking a signature. |
|
|
Key A GPG key. |
|
| Functions | |||
| {str: Key} |
|
||
| Key |
|
||
|
|||
|
|||
| Function Details |
Load a set of keys at once. This is much more efficient than making individual calls to load_key.
Since: 0.27 |
Query gpg for information about this key.
Since: 0.27 |
Pass stream through gpg --decrypt to get the data, the error text, and a list of signatures (good or bad). If stream starts with "<?xml " then get the signature from a comment at the end instead (and the returned data is the original stream). stream must be seekable.
Note: Stream returned may or may not be the one passed in. Be careful! |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 21 21:21:15 2008 | http://epydoc.sourceforge.net |