instance method
new_cipher
Ruby on Rails 8.1.2
Since v2.3.18 PrivateSignature
new_cipher()
No documentation comment.
Source
# File activesupport/lib/active_support/message_encryptor.rb, line 367
def new_cipher
OpenSSL::Cipher.new(@cipher)
end
Defined in activesupport/lib/active_support/message_encryptor.rb line 367
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::MessageEncryptor