Method: Chef::EncryptedDataBagItem::Decryptor::Version0Decryptor#algorithm
- Defined in:
- lib/chef/encrypted_data_bag_item/decryptor.rb
#algorithm ⇒ Object
Returns the used decryption algorithm
82 83 84 |
# File 'lib/chef/encrypted_data_bag_item/decryptor.rb', line 82 def algorithm ALGORITHM end |