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 |
|
||
|
|||
(file, [Signature]) |
|
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 |
Run
|
Verify the GPG signature at the end of stream. stream must be seekable.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |