Class: Innodb::Page::FspHdrXdes::EncryptionHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/innodb/page/fsp_hdr_xdes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checksumObject

Returns the value of attribute checksum

Returns:

  • (Object)

    the current value of checksum



50
51
52
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50

def checksum
  @checksum
end

#ivObject

Returns the value of attribute iv

Returns:

  • (Object)

    the current value of iv



50
51
52
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50

def iv
  @iv
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



50
51
52
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50

def key
  @key
end

#magicObject

Returns the value of attribute magic

Returns:

  • (Object)

    the current value of magic



50
51
52
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50

def magic
  @magic
end

#master_key_idObject

Returns the value of attribute master_key_id

Returns:

  • (Object)

    the current value of master_key_id



50
51
52
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50

def master_key_id
  @master_key_id
end

#server_uuidObject

Returns the value of attribute server_uuid

Returns:

  • (Object)

    the current value of server_uuid



50
51
52
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50

def server_uuid
  @server_uuid
end