lib/mongo/crypt.rb in mongo-2.18.0.beta1 vs lib/mongo/crypt.rb in mongo-2.18.0

- old
+ new

@@ -27,9 +27,11 @@ autoload(:DataKeyContext, 'mongo/crypt/data_key_context') autoload(:ExplicitEncryptionContext, 'mongo/crypt/explicit_encryption_context') autoload(:AutoEncryptionContext, 'mongo/crypt/auto_encryption_context') autoload(:ExplicitDecryptionContext, 'mongo/crypt/explicit_decryption_context') autoload(:AutoDecryptionContext, 'mongo/crypt/auto_decryption_context') + autoload(:RewrapManyDataKeyContext, 'mongo/crypt/rewrap_many_data_key_context') + autoload(:RewrapManyDataKeyResult, 'mongo/crypt/rewrap_many_data_key_result') autoload(:EncryptionIO, 'mongo/crypt/encryption_io') autoload(:ExplicitEncrypter, 'mongo/crypt/explicit_encrypter') autoload(:AutoEncrypter, 'mongo/crypt/auto_encrypter') autoload(:KMS, 'mongo/crypt/kms') end