mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-05 07:45:11 +01:00
Fixed minor formatting.
This commit is contained in:
parent
e7e7ffe1f1
commit
7b27478160
@ -82,8 +82,7 @@ public final class Ticket {
|
||||
}
|
||||
|
||||
private static byte[] calculateDecryptedKey(byte[] encryptedKey, byte[] IV) {
|
||||
AESDecryption decryption = new AESDecryption(Settings.commonKey, IV) {
|
||||
};
|
||||
AESDecryption decryption = new AESDecryption(Settings.commonKey, IV);
|
||||
return decryption.decrypt(encryptedKey);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user