|
Rename Variable encryptedFileSizeBuffer : ByteBuffer to headerBuf : ByteBuffer in method public decryptedContentLength(encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable numMacBytesRead : int to headerBytesRead : int in method public isAuthentic(encryptedFile SeekableByteChannel) : boolean in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable macBuffer : ByteBuffer to headerBuf : ByteBuffer in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable calculatedMac : Mac to calculatedContentMac : Mac in method public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable countingIv : ByteBuffer to headerBuf : ByteBuffer in method public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable numFileSizeBytesRead : int to headerBytesRead : int in method public decryptedContentLength(encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable storedMac : ByteBuffer to headerBuf : ByteBuffer in method public isAuthentic(encryptedFile SeekableByteChannel) : boolean in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable numIvBytesRead : int to headerBytesRead : int in method public decryptFile(encryptedFile SeekableByteChannel, plaintextFile OutputStream) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |