|
Rename Variable contentToDecrypt : byte[] to content : byte[] in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression |
From |
To |
|
Rename Variable encryptedTextBytes : byte[] to output : byte[] in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression |
From |
To |
|
Rename Variable secret : SecretKeySpec to ks : SecretKeySpec in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression |
From |
To |
|
Rename Variable contentToEncrypt : byte[] to content : byte[] in method public encryptOrDecrypt(mode int, input byte[], offset int, length int) : byte[] in class com.orientechnologies.orient.core.compression.impl.OAbstractEncryptedCompression |
From |
To |