|
Rename Variable channel : SeekableByteChannel to c : FileChannel in method public spool(outputContext OutputContext) : void in class org.cryptomator.webdav.jackrabbit.EncryptedFile |
From |
To |
|
Rename Variable numIvBytesRead : int to headerBytesRead : int in method public decryptRange(encryptedFile SeekableByteChannel, plaintextFile OutputStream, pos long, length long) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable firstRelevantBlock : long to startBlock : long in method public decryptRange(encryptedFile SeekableByteChannel, plaintextFile OutputStream, pos long, length long) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable offsetInsideFirstRelevantBlock : long to pending : long in method public decryptRange(encryptedFile SeekableByteChannel, plaintextFile OutputStream, pos long, length long) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable cipheredOut : OutputStream to ciphertext : byte[] in method public encryptFile(plaintextFile InputStream, encryptedFile SeekableByteChannel) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable beginOfFirstRelevantBlock : long to bytesWritten : long in method public decryptRange(encryptedFile SeekableByteChannel, plaintextFile OutputStream, pos long, length long) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable countingIv : ByteBuffer to headerBuf : ByteBuffer in method public decryptRange(encryptedFile SeekableByteChannel, plaintextFile OutputStream, pos long, length long) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |
|
Rename Variable cipheredIn : InputStream to plaintext : byte[] in method public decryptRange(encryptedFile SeekableByteChannel, plaintextFile OutputStream, pos long, length long) : Long in class org.cryptomator.crypto.aes256.Aes256Cryptor |
From |
To |