module Chef::EncryptedDataBagItem::Decryptor

Decryptor

For backwards compatibility, Chef implements decryption/deserialization for
older encrypted data bag item formats in addition to the current version.
Each decryption/deserialization strategy is implemented as a class in this
namespace. For convenience the factory method +Decryptor.for()+ can be used
to create an instance of the appropriate strategy for the given encrypted
data bag value.