Method: Origami::Encryption::AES#iv=
- Defined in:
- lib/origami/encryption.rb
#iv=(value) ⇒ Object (writeonly)
Sets the attribute iv
571 572 573 |
# File 'lib/origami/encryption.rb', line 571 def iv=(value) @iv = value end |
Sets the attribute iv
571 572 573 |
# File 'lib/origami/encryption.rb', line 571 def iv=(value) @iv = value end |