Class: Privy::Cryptography::HpkeEncryptedPayload
- Inherits:
-
Data
- Object
- Data
- Privy::Cryptography::HpkeEncryptedPayload
- Defined in:
- lib/privy/cryptography.rb
Instance Attribute Summary collapse
-
#ciphertext ⇒ Object
readonly
Returns the value of attribute ciphertext.
-
#encapsulated_key ⇒ Object
readonly
Returns the value of attribute encapsulated_key.
Instance Attribute Details
#ciphertext ⇒ Object (readonly)
Returns the value of attribute ciphertext
52 53 54 |
# File 'lib/privy/cryptography.rb', line 52 def ciphertext @ciphertext end |
#encapsulated_key ⇒ Object (readonly)
Returns the value of attribute encapsulated_key
52 53 54 |
# File 'lib/privy/cryptography.rb', line 52 def encapsulated_key @encapsulated_key end |