diff --git a/lib/private/encryption/decryptall.php b/lib/private/Encryption/DecryptAll.php similarity index 100% rename from lib/private/encryption/decryptall.php rename to lib/private/Encryption/DecryptAll.php diff --git a/lib/private/encryption/encryptionwrapper.php b/lib/private/Encryption/EncryptionWrapper.php similarity index 100% rename from lib/private/encryption/encryptionwrapper.php rename to lib/private/Encryption/EncryptionWrapper.php diff --git a/lib/private/encryption/exceptions/decryptionfailedexception.php b/lib/private/Encryption/Exceptions/DecryptionFailedException.php similarity index 100% rename from lib/private/encryption/exceptions/decryptionfailedexception.php rename to lib/private/Encryption/Exceptions/DecryptionFailedException.php diff --git a/lib/private/encryption/exceptions/emptyencryptiondataexception.php b/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php similarity index 100% rename from lib/private/encryption/exceptions/emptyencryptiondataexception.php rename to lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php diff --git a/lib/private/encryption/exceptions/encryptionfailedexception.php b/lib/private/Encryption/Exceptions/EncryptionFailedException.php similarity index 100% rename from lib/private/encryption/exceptions/encryptionfailedexception.php rename to lib/private/Encryption/Exceptions/EncryptionFailedException.php diff --git a/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php b/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php similarity index 100% rename from lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php rename to lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php diff --git a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php b/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php similarity index 100% rename from lib/private/encryption/exceptions/encryptionheadertolargeexception.php rename to lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php diff --git a/lib/private/encryption/exceptions/modulealreadyexistsexception.php b/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php similarity index 100% rename from lib/private/encryption/exceptions/modulealreadyexistsexception.php rename to lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php diff --git a/lib/private/encryption/exceptions/moduledoesnotexistsexception.php b/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php similarity index 100% rename from lib/private/encryption/exceptions/moduledoesnotexistsexception.php rename to lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php diff --git a/lib/private/encryption/exceptions/unknowncipherexception.php b/lib/private/Encryption/Exceptions/UnknownCipherException.php similarity index 100% rename from lib/private/encryption/exceptions/unknowncipherexception.php rename to lib/private/Encryption/Exceptions/UnknownCipherException.php diff --git a/lib/private/encryption/file.php b/lib/private/Encryption/File.php similarity index 100% rename from lib/private/encryption/file.php rename to lib/private/Encryption/File.php diff --git a/lib/private/encryption/hookmanager.php b/lib/private/Encryption/HookManager.php similarity index 100% rename from lib/private/encryption/hookmanager.php rename to lib/private/Encryption/HookManager.php diff --git a/lib/private/encryption/keys/storage.php b/lib/private/Encryption/Keys/Storage.php similarity index 100% rename from lib/private/encryption/keys/storage.php rename to lib/private/Encryption/Keys/Storage.php diff --git a/lib/private/encryption/manager.php b/lib/private/Encryption/Manager.php similarity index 100% rename from lib/private/encryption/manager.php rename to lib/private/Encryption/Manager.php diff --git a/lib/private/encryption/update.php b/lib/private/Encryption/Update.php similarity index 100% rename from lib/private/encryption/update.php rename to lib/private/Encryption/Update.php diff --git a/lib/private/encryption/util.php b/lib/private/Encryption/Util.php similarity index 100% rename from lib/private/encryption/util.php rename to lib/private/Encryption/Util.php