Class: PorkyLib::Symmetric::EncryptedText

Inherits:
Struct
  • Object
show all
Defined in:
lib/porky_lib/symmetric.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertextObject

Returns the value of attribute ciphertext

Returns:

  • (Object)

    the current value of ciphertext



15
16
17
# File 'lib/porky_lib/symmetric.rb', line 15

def ciphertext
  @ciphertext
end

#nonceObject

Returns the value of attribute nonce

Returns:

  • (Object)

    the current value of nonce



15
16
17
# File 'lib/porky_lib/symmetric.rb', line 15

def nonce
  @nonce
end

#statisticsObject

Returns the value of attribute statistics

Returns:

  • (Object)

    the current value of statistics



15
16
17
# File 'lib/porky_lib/symmetric.rb', line 15

def statistics
  @statistics
end