Class: Privy::Cryptography::HpkeEncryptedPayload

Inherits:
Data
  • Object
show all
Defined in:
lib/privy/cryptography.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertextObject (readonly)

Returns the value of attribute ciphertext

Returns:

  • (Object)

    the current value of ciphertext



52
53
54
# File 'lib/privy/cryptography.rb', line 52

def ciphertext
  @ciphertext
end

#encapsulated_keyObject (readonly)

Returns the value of attribute encapsulated_key

Returns:

  • (Object)

    the current value of encapsulated_key



52
53
54
# File 'lib/privy/cryptography.rb', line 52

def encapsulated_key
  @encapsulated_key
end