Module: Ciphering (Redmine)

Overview
Module Structure
Class Hierarchy
Module Methods
Ciphering.included / 1
Ciphering.encrypt_text / 1
Ciphering.decrypt_text / 1
Ciphering.cipher_key
Ciphering.logger
Instance Methods
Ciphering#read_ciphered_attribute / 1
Ciphering#write_ciphered_attribute / 2
is a submodule of
module: Redmine   
is modularized into
module: ClassMethods   
is included by
class: AuthSource   
class: Repository   
has properties
module method: included / 1   
module method: encrypt_text / 1   
module method: decrypt_text / 1   
module method: cipher_key   
module method: logger   
method: read_ciphered_attribute / 1   
method: write_ciphered_attribute / 2   
is defined at
#19 in lib/redmine/ciphering.rb  

Overview

Module Structure

  module: <Toplevel Module>
  class: AuthSource
  class: Repository
  module: Redmine
✗ module: Ciphering
module: ClassMethods     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActiveRecord )
  AuthSource     
  Repository     

Module Methods

Ciphering.included / 1

#20 in lib/redmine/ciphering.rb

included ( base )

Ciphering.encrypt_text / 1

#25 in lib/redmine/ciphering.rb

encrypt_text ( text )

Ciphering.decrypt_text / 1

#40 in lib/redmine/ciphering.rb

decrypt_text ( text )

Ciphering.cipher_key

#59 in lib/redmine/ciphering.rb

cipher_key

Ciphering.logger

#64 in lib/redmine/ciphering.rb

logger

Instance Methods

Ciphering#read_ciphered_attribute / 1

#94 in lib/redmine/ciphering.rb

read_ciphered_attribute ( attribute )

Ciphering#write_ciphered_attribute / 2

#99 in lib/redmine/ciphering.rb

write_ciphered_attribute ( attribute ,
  value )