Class: PorkyLib::Symmetric::EncryptedText
- Inherits:
-
Struct
- Object
- Struct
- PorkyLib::Symmetric::EncryptedText
- Defined in:
- lib/porky_lib/symmetric.rb
Instance Attribute Summary collapse
-
#ciphertext ⇒ Object
Returns the value of attribute ciphertext.
-
#nonce ⇒ Object
Returns the value of attribute nonce.
-
#statistics ⇒ Object
Returns the value of attribute statistics.
Instance Attribute Details
#ciphertext ⇒ Object
Returns the value of attribute ciphertext
15 16 17 |
# File 'lib/porky_lib/symmetric.rb', line 15 def ciphertext @ciphertext end |
#nonce ⇒ Object
Returns the value of attribute nonce
15 16 17 |
# File 'lib/porky_lib/symmetric.rb', line 15 def nonce @nonce end |
#statistics ⇒ Object
Returns the value of attribute statistics
15 16 17 |
# File 'lib/porky_lib/symmetric.rb', line 15 def statistics @statistics end |