Method: Chef::EncryptedDataBagItem::Encryptor::Version3Encryptor.encryptor_keys
- Defined in:
- lib/chef/encrypted_data_bag_item/encryptor.rb
.encryptor_keys ⇒ Object
219 220 221 |
# File 'lib/chef/encrypted_data_bag_item/encryptor.rb', line 219 def self.encryptor_keys super + %w{ auth_tag } end |