class GPGME::Signature

def revoked_key?

def revoked_key?
  status_code == GPGME::GPG_ERR_CERT_REVOKED
end