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