Method: Chef::EncryptedDataBagItem::Encryptor::Version3Encryptor#algorithm

Defined in:
lib/chef/encrypted_data_bag_item/encryptor.rb

#algorithmObject

Returns the used encryption algorithm



184
185
186
# File 'lib/chef/encrypted_data_bag_item/encryptor.rb', line 184

def algorithm
  AEAD_ALGORITHM
end