Ejemplo n.º 1
0
 def gpg_signature_status(self):
     """Get error status of the GPG signature from the last decryption
     operation.  This value is a GPGME error code (see GPGME docs for
     more information).
     """
     return _fko.get_gpg_signature_status(self.ctx)
Ejemplo n.º 2
0
 def gpg_signature_status(self):
     """Get error status of the GPG signature from the last decryption
     operation.  This value is a GPGME error code (see GPGME docs for
     more information).
     """
     return _fko.get_gpg_signature_status(self.ctx)