method
new_cipher
new_cipher()
private
Hide source
# File activesupport/lib/active_support/message_encryptor.rb, line 62 def new_cipher OpenSSL::Cipher::Cipher.new(@cipher) end


