a07efc52090fce26e099365ae0cfb570ccc04603
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private aesEcbCipher(key SecretKey, cipherMode int) : Cipher renamed to private aesCbcCipher(key SecretKey, iv byte[], cipherMode int) : Cipher in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute AES_ECB_CIPHER : String to AES_CBC_CIPHER : String in class org.cryptomator.crypto.aes256.AesCryptographicConfiguration | From | To | |
Extract Variable | 1 | ||
Extract Variable iv : byte[] in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long from class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To |