method
decrypt_and_verify
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::MessageEncryptor
decrypt_and_verify(value)public
No documentation available.
# File activesupport/lib/active_support/message_encryptor.rb, line 55
def decrypt_and_verify(value)
decrypt(verifier.verify(value))
end