Class: Encookie::Cryptor::Encrypted
- Inherits:
-
Struct
- Object
- Struct
- Encookie::Cryptor::Encrypted
- Defined in:
- lib/encookie/cryptor.rb
Instance Attribute Summary collapse
-
#auth_tag ⇒ Object
Returns the value of attribute auth_tag.
-
#ciphertext ⇒ Object
Returns the value of attribute ciphertext.
-
#iv ⇒ Object
Returns the value of attribute iv.
Instance Attribute Details
#auth_tag ⇒ Object
Returns the value of attribute auth_tag
3 4 5 |
# File 'lib/encookie/cryptor.rb', line 3 def auth_tag @auth_tag end |
#ciphertext ⇒ Object
Returns the value of attribute ciphertext
3 4 5 |
# File 'lib/encookie/cryptor.rb', line 3 def ciphertext @ciphertext end |
#iv ⇒ Object
Returns the value of attribute iv
3 4 5 |
# File 'lib/encookie/cryptor.rb', line 3 def iv @iv end |