# File lib/active_support/message_encryptor.rb, line 55
    def decrypt_and_verify(value)
      decrypt(verifier.verify(value))
    end