Ejemplo n.º 1
0
 def gpg_signature_id_match(self, val):
     """Compare the given ID with the id of the GPG signature of the
     last decryption operation.  If the ID's match, then a true value
     is returned. Otherwise false is returned.
     """
     if _fko.gpg_signature_id_match(self.ctx) > 0:
         return True
     return False
Ejemplo n.º 2
0
 def gpg_signature_id_match(self, val):
     """Compare the given ID with the id of the GPG signature of the
     last decryption operation.  If the ID's match, then a true value
     is returned. Otherwise false is returned.
     """
     if _fko.gpg_signature_id_match(self.ctx) > 0:
         return True
     return False