Class: ActiveCipherStorage::Format::Header

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

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmObject

Returns the value of attribute algorithm

Returns:

  • (Object)

    the current value of algorithm



35
36
37
# File 'lib/active_cipher_storage/format.rb', line 35

def algorithm
  @algorithm
end

#chunk_sizeObject

Returns the value of attribute chunk_size

Returns:

  • (Object)

    the current value of chunk_size



35
36
37
# File 'lib/active_cipher_storage/format.rb', line 35

def chunk_size
  @chunk_size
end

#chunkedObject

Returns the value of attribute chunked

Returns:

  • (Object)

    the current value of chunked



35
36
37
# File 'lib/active_cipher_storage/format.rb', line 35

def chunked
  @chunked
end

#encrypted_dekObject

Returns the value of attribute encrypted_dek

Returns:

  • (Object)

    the current value of encrypted_dek



35
36
37
# File 'lib/active_cipher_storage/format.rb', line 35

def encrypted_dek
  @encrypted_dek
end

#provider_idObject

Returns the value of attribute provider_id

Returns:

  • (Object)

    the current value of provider_id



35
36
37
# File 'lib/active_cipher_storage/format.rb', line 35

def provider_id
  @provider_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



35
36
37
# File 'lib/active_cipher_storage/format.rb', line 35

def version
  @version
end