class GPGME::Signature

def valid?

Returns true if the signature is correct
#
def valid?
  status_code == GPGME::GPG_ERR_NO_ERROR
end