Package zeroinstall :: Package injector :: Module gpg :: Class BadSig
[frames] | no frames]

Class BadSig

source code

object --+    
         |    
 Signature --+
             |
            BadSig

A bad signature (doesn't match the message).

Instance Methods
str
__str__(self)
str(x)
source code

Inherited from Signature: __init__, is_trusted, need_key

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables
  KEYID = 0
Instance Variables

Inherited from Signature: messages, status

Properties

Inherited from object: __class__

Method Details

__str__(self)
(Informal representation operator)

source code 

str(x)

Returns: str
Overrides: object.__str__