Class: Sym::Crypt::CipherHandler::CipherStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#cipherObject

Returns the value of attribute cipher

Returns:

  • (Object)

    the current value of cipher



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

def cipher
  @cipher
end

#ivObject

Returns the value of attribute iv

Returns:

  • (Object)

    the current value of iv



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

def iv
  @iv
end

#saltObject

Returns the value of attribute salt

Returns:

  • (Object)

    the current value of salt



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

def salt
  @salt
end