Class: Sym::CipherHandler::CipherStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/sym/cipher_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cipherObject

Returns the value of attribute cipher

Returns:

  • (Object)

    the current value of cipher



14
15
16
# File 'lib/sym/cipher_handler.rb', line 14

def cipher
  @cipher
end

#ivObject

Returns the value of attribute iv

Returns:

  • (Object)

    the current value of iv



14
15
16
# File 'lib/sym/cipher_handler.rb', line 14

def iv
  @iv
end

#saltObject

Returns the value of attribute salt

Returns:

  • (Object)

    the current value of salt



14
15
16
# File 'lib/sym/cipher_handler.rb', line 14

def salt
  @salt
end