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



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

def content_suite_id
  @content_suite_id
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

def flags
  @flags
end

#lookup_modeObject

Returns the value of attribute lookup_mode

Returns:

  • (Object)

    the current value of lookup_mode



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

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



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

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



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

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



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

def payload_id
  @payload_id
end

#payload_nonceObject

Returns the value of attribute payload_nonce

Returns:

  • (Object)

    the current value of payload_nonce



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

def payload_nonce
  @payload_nonce
end

#public_metadataObject

Returns the value of attribute public_metadata

Returns:

  • (Object)

    the current value of public_metadata



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

def 
  @public_metadata
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

def raw
  @raw
end

#recipient_capacityObject

Returns the value of attribute recipient_capacity

Returns:

  • (Object)

    the current value of recipient_capacity



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

def recipient_capacity
  @recipient_capacity
end

#slot_sizeObject

Returns the value of attribute slot_size

Returns:

  • (Object)

    the current value of slot_size



67
68
69
# File 'lib/pq_crypto/seal/format.rb', line 67

def slot_size
  @slot_size
end