Class: Innodb::Page::FspHdrXdes::EncryptionHeader
- Inherits:
-
Struct
- Object
- Struct
- Innodb::Page::FspHdrXdes::EncryptionHeader
- Defined in:
- lib/innodb/page/fsp_hdr_xdes.rb
Instance Attribute Summary collapse
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#iv ⇒ Object
Returns the value of attribute iv.
-
#key ⇒ Object
Returns the value of attribute key.
-
#magic ⇒ Object
Returns the value of attribute magic.
-
#master_key_id ⇒ Object
Returns the value of attribute master_key_id.
-
#server_uuid ⇒ Object
Returns the value of attribute server_uuid.
Instance Attribute Details
#checksum ⇒ Object
Returns the value of attribute checksum
50 51 52 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50 def checksum @checksum end |
#iv ⇒ Object
Returns the value of attribute iv
50 51 52 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50 def iv @iv end |
#key ⇒ Object
Returns the value of attribute key
50 51 52 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50 def key @key end |
#magic ⇒ Object
Returns the value of attribute magic
50 51 52 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50 def magic @magic end |
#master_key_id ⇒ Object
Returns the value of attribute 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_uuid ⇒ Object
Returns the value of attribute server_uuid
50 51 52 |
# File 'lib/innodb/page/fsp_hdr_xdes.rb', line 50 def server_uuid @server_uuid end |