RFR: 8255557: Decouple GCM from CipherCore [v3]
Anthony Scarpino
ascarpino at openjdk.java.net
Thu May 20 23:24:37 UTC 2021
On Tue, 18 May 2021 18:52:06 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> Anthony Scarpino has updated the pull request incrementally with one additional commit since the last revision:
>>
>> cleanup
>
> src/java.base/share/classes/com/sun/crypto/provider/GaloisCounterMode.java line 75:
>
>> 73: private GCMEngine engine;
>> 74:
>> 75: private boolean encryption = true;
>
> Move these non-static fields to where they belong?
Do you mean below the static references? I never noticed that as a style requirement
-------------
PR: https://git.openjdk.java.net/jdk/pull/4072
More information about the security-dev
mailing list