b68cf714941e449b18d5a8235fe64afeabddea55
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 6 | ||
Rename Variable encryptedIn2 : SeekableByteChannel to encryptedIn : SeekableByteChannel in method public testIntegrityAuthentication() : void in class org.cryptomator.crypto.aes256.Aes256CryptorTest | From | To | |
Rename Variable key : byte[] to macKey : byte[] in method public testNonceBasedAuthenticatedEncryption() : void in class org.cryptomator.crypto.aes256.AesSivCipherUtilTest | From | To | |
Rename Variable key : byte[] to macKey : byte[] in method public testSivEncrypt() : void in class org.cryptomator.crypto.aes256.AesSivCipherUtilTest | From | To | |
Rename Variable key : byte[] to macKey : byte[] in method public testS2v() : void in class org.cryptomator.crypto.aes256.AesSivCipherUtilTest | From | To | |
Rename Variable key : byte[] to macKey : byte[] in method public testSivDecryptWithInvalidKey() : void in class org.cryptomator.crypto.aes256.AesSivCipherUtilTest | From | To | |
Rename Variable key : byte[] to macKey : byte[] in method public testSivDecrypt() : void in class org.cryptomator.crypto.aes256.AesSivCipherUtilTest | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to void in method private authenticateContent(encryptedFile SeekableByteChannel) : void in class org.cryptomator.crypto.aes256.Aes256Cryptor | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable k1 : byte[] to macKey : byte[] in method package sivEncrypt(aesKey byte[], macKey byte[], plaintext byte[], additionalData byte[]...) : byte[] in class org.cryptomator.crypto.aes256.AesSivCipherUtil | From | To | |
Parameterize Variable k1 : byte[] to macKey : byte[] in method package sivDecrypt(aesKey byte[], macKey byte[], ciphertext byte[], additionalData byte[]...) : byte[] in class org.cryptomator.crypto.aes256.AesSivCipherUtil | From | To | |
Rename Parameter | 1 | ||
Rename Parameter key : byte[] to macKey : byte[] in method package s2v(macKey byte[], plaintext byte[], additionalData byte[]...) : byte[] in class org.cryptomator.crypto.aes256.AesSivCipherUtil | From | To |