Module: Ccrypto::CipherGCMMode
- Defined in:
- lib/ccrypto/configs/cipher_config.rb
Instance Attribute Summary collapse
-
#auth_data ⇒ Object
Returns the value of attribute auth_data.
-
#auth_tag ⇒ Object
Returns the value of attribute auth_tag.
Instance Attribute Details
#auth_data ⇒ Object
Returns the value of attribute auth_data.
6 7 8 |
# File 'lib/ccrypto/configs/cipher_config.rb', line 6 def auth_data @auth_data end |
#auth_tag ⇒ Object
Returns the value of attribute auth_tag.
6 7 8 |
# File 'lib/ccrypto/configs/cipher_config.rb', line 6 def auth_tag @auth_tag end |