Class: PQCrypto::Seal::Format::Header
- Inherits:
-
Struct
- Object
- Struct
- PQCrypto::Seal::Format::Header
- Defined in:
- lib/pq_crypto/seal/format.rb
Instance Attribute Summary collapse
-
#content_suite_id ⇒ Object
Returns the value of attribute content_suite_id.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#lookup_mode ⇒ Object
Returns the value of attribute lookup_mode.
-
#padded_inner_length ⇒ Object
Returns the value of attribute padded_inner_length.
-
#padding_policy_id ⇒ Object
Returns the value of attribute padding_policy_id.
-
#payload_id ⇒ Object
Returns the value of attribute payload_id.
-
#payload_nonce ⇒ Object
Returns the value of attribute payload_nonce.
-
#public_metadata ⇒ Object
Returns the value of attribute public_metadata.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#recipient_capacity ⇒ Object
Returns the value of attribute recipient_capacity.
-
#slot_size ⇒ Object
Returns the value of attribute slot_size.
Instance Attribute Details
#content_suite_id ⇒ Object
Returns the value of attribute content_suite_id
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def content_suite_id @content_suite_id end |
#flags ⇒ Object
Returns the value of attribute flags
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def flags @flags end |
#lookup_mode ⇒ Object
Returns the value of attribute lookup_mode
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def lookup_mode @lookup_mode end |
#padded_inner_length ⇒ Object
Returns the value of attribute padded_inner_length
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def padded_inner_length @padded_inner_length end |
#padding_policy_id ⇒ Object
Returns the value of attribute padding_policy_id
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def padding_policy_id @padding_policy_id end |
#payload_id ⇒ Object
Returns the value of attribute payload_id
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def payload_id @payload_id end |
#payload_nonce ⇒ Object
Returns the value of attribute payload_nonce
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def payload_nonce @payload_nonce end |
#public_metadata ⇒ Object
Returns the value of attribute public_metadata
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def @public_metadata end |
#raw ⇒ Object
Returns the value of attribute raw
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def raw @raw end |
#recipient_capacity ⇒ Object
Returns the value of attribute recipient_capacity
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def recipient_capacity @recipient_capacity end |
#slot_size ⇒ Object
Returns the value of attribute slot_size
67 68 69 |
# File 'lib/pq_crypto/seal/format.rb', line 67 def slot_size @slot_size end |