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

Class ValidSig

source code

object --+    
         |    
 Signature --+
             |
            ValidSig

A valid signature check result.

Instance Methods
 
__str__(self)
str(x)
source code
 
is_trusted(self, domain=None)
Asks the trust.trust_db.
source code
 
get_timestamp(self)
Get the time this signature was made.
source code
[[str]]
get_details(self)
Call 'gpg --list-keys' and return the results split into lines and columns.
source code

Inherited from Signature: __init__, need_key

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

Class Variables
  FINGERPRINT = 0
  TIMESTAMP = 2
  fingerprint = property(lambda self: self.status [self.FINGERPR...

Inherited from Signature: status

Properties

Inherited from object: __class__

Method Details

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

is_trusted(self, domain=None)

source code 

Asks the trust.trust_db.

Overrides: Signature.is_trusted

Class Variable Details

fingerprint

Value:
property(lambda self: self.status [self.FINGERPRINT])