# File lib/ezsig.rb, line 353
    def valid?(time=Time.now.utc)
      time>not_before && time<self.not_after
    end