class GPGME::Signature

def expired_signature?

def expired_signature?
  status_code == GPGME::GPG_ERR_SIG_EXPIRED
end