Class: Sym::CipherHandler::CipherStruct
- Defined in:
- lib/sym/cipher_handler.rb
Instance Attribute Summary collapse
-
#cipher ⇒ Object
Returns the value of attribute cipher.
-
#iv ⇒ Object
Returns the value of attribute iv.
-
#salt ⇒ Object
Returns the value of attribute salt.
Instance Attribute Details
#cipher ⇒ Object
Returns the value of attribute cipher
14 15 16 |
# File 'lib/sym/cipher_handler.rb', line 14 def cipher @cipher end |
#iv ⇒ Object
Returns the value of attribute iv
14 15 16 |
# File 'lib/sym/cipher_handler.rb', line 14 def iv @iv end |
#salt ⇒ Object
Returns the value of attribute salt
14 15 16 |
# File 'lib/sym/cipher_handler.rb', line 14 def salt @salt end |