instance method
decrypt_and_verify
Ruby on Rails 3.1.12
Since v2.3.18Signature
decrypt_and_verify(value)
No documentation comment.
Parameters
-
valuereq
Source
# File activesupport/lib/active_support/message_encryptor.rb, line 56
def decrypt_and_verify(value)
decrypt(verifier.verify(value))
end
Defined in activesupport/lib/active_support/message_encryptor.rb line 56
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::MessageEncryptor