Class: PQCrypto::Seal::Format::Header

Inherits:
Struct
  • Object
show all
Defined in:
lib/pq_crypto/seal/format.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_suite_idObject

Returns the value of attribute content_suite_id

Returns:

  • (Object)

    the current value of content_suite_id



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def content_suite_id
  @content_suite_id
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def flags
  @flags
end

#lookup_modeObject

Returns the value of attribute lookup_mode

Returns:

  • (Object)

    the current value of lookup_mode



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def lookup_mode
  @lookup_mode
end

#padded_inner_lengthObject

Returns the value of attribute padded_inner_length

Returns:

  • (Object)

    the current value of padded_inner_length



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def padded_inner_length
  @padded_inner_length
end

#padding_policy_idObject

Returns the value of attribute padding_policy_id

Returns:

  • (Object)

    the current value of padding_policy_id



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def padding_policy_id
  @padding_policy_id
end

#payload_idObject

Returns the value of attribute payload_id

Returns:

  • (Object)

    the current value of payload_id



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def payload_id
  @payload_id
end

#payload_nonceObject

Returns the value of attribute payload_nonce

Returns:

  • (Object)

    the current value of payload_nonce



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def payload_nonce
  @payload_nonce
end

#public_metadataObject

Returns the value of attribute public_metadata

Returns:

  • (Object)

    the current value of public_metadata



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def 
  @public_metadata
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def raw
  @raw
end

#recipient_capacityObject

Returns the value of attribute recipient_capacity

Returns:

  • (Object)

    the current value of recipient_capacity



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def recipient_capacity
  @recipient_capacity
end

#slot_sizeObject

Returns the value of attribute slot_size

Returns:

  • (Object)

    the current value of slot_size



60
61
62
# File 'lib/pq_crypto/seal/format.rb', line 60

def slot_size
  @slot_size
end