method

expected_key_length

rails latest stable - Class: ActiveSupport::EncryptedFile
expected_key_length()
public

No documentation available.

# File activesupport/lib/active_support/encrypted_file.rb, line 35
    def self.expected_key_length # :nodoc:
      @expected_key_length ||= generate_key.length
    end