method

new_cipher

new_cipher()
private

No documentation available.

# File activesupport/lib/active_support/message_encryptor.rb, line 95
    def new_cipher
      OpenSSL::Cipher::Cipher.new(@cipher)
    end