6eb7220a2f8d9723c90a3b3e23139edefe25e037
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable iv : byte[] to nonce : byte[] in method public encrypt(plaintextBase64 String) : String in class keywhiz.service.crypto.ContentCryptographer.Encrypter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute IV_BYTES : int to NONCE_BYTES : int in class keywhiz.service.crypto.ContentCryptographer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter iv : byte[] to nonce : byte[] in method private gcm(mode Mode, info String, nonce byte[], data byte[]) : byte[] in class keywhiz.service.crypto.ContentCryptographer | From | To |