Class: PQCrypto::Seal::Format::Section

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

Instance Attribute Summary collapse

Instance Attribute Details

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



73
74
75
# File 'lib/pq_crypto/seal/format.rb', line 73

def raw
  @raw
end

#section_idObject

Returns the value of attribute section_id

Returns:

  • (Object)

    the current value of section_id



73
74
75
# File 'lib/pq_crypto/seal/format.rb', line 73

def section_id
  @section_id
end

#slots_lengthObject

Returns the value of attribute slots_length

Returns:

  • (Object)

    the current value of slots_length



73
74
75
# File 'lib/pq_crypto/seal/format.rb', line 73

def slots_length
  @slots_length
end

#slots_offsetObject

Returns the value of attribute slots_offset

Returns:

  • (Object)

    the current value of slots_offset



73
74
75
# File 'lib/pq_crypto/seal/format.rb', line 73

def slots_offset
  @slots_offset
end

#wrap_suite_idObject

Returns the value of attribute wrap_suite_id

Returns:

  • (Object)

    the current value of wrap_suite_id



73
74
75
# File 'lib/pq_crypto/seal/format.rb', line 73

def wrap_suite_id
  @wrap_suite_id
end