Class: ActiveCipherStorage::Format::Header
- Inherits:
-
Struct
- Object
- Struct
- ActiveCipherStorage::Format::Header
- Defined in:
- lib/active_cipher_storage/format.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
-
#chunk_size ⇒ Object
Returns the value of attribute chunk_size.
-
#chunked ⇒ Object
Returns the value of attribute chunked.
-
#encrypted_dek ⇒ Object
Returns the value of attribute encrypted_dek.
-
#provider_id ⇒ Object
Returns the value of attribute provider_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#algorithm ⇒ Object
Returns the value of attribute algorithm
35 36 37 |
# File 'lib/active_cipher_storage/format.rb', line 35 def algorithm @algorithm end |
#chunk_size ⇒ Object
Returns the value of attribute chunk_size
35 36 37 |
# File 'lib/active_cipher_storage/format.rb', line 35 def chunk_size @chunk_size end |
#chunked ⇒ Object
Returns the value of attribute chunked
35 36 37 |
# File 'lib/active_cipher_storage/format.rb', line 35 def chunked @chunked end |
#encrypted_dek ⇒ Object
Returns the value of attribute encrypted_dek
35 36 37 |
# File 'lib/active_cipher_storage/format.rb', line 35 def encrypted_dek @encrypted_dek end |
#provider_id ⇒ Object
Returns the value of attribute provider_id
35 36 37 |
# File 'lib/active_cipher_storage/format.rb', line 35 def provider_id @provider_id end |
#version ⇒ Object
Returns the value of attribute version
35 36 37 |
# File 'lib/active_cipher_storage/format.rb', line 35 def version @version end |