method
aead_mode?
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::MessageEncryptor
aead_mode?()private
No documentation available.
# File activesupport/lib/active_support/message_encryptor.rb, line 212
def aead_mode?
@aead_mode ||= new_cipher.authenticated?
end