mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8315974: Make fields final in 'com.sun.crypto.provider' package
Reviewed-by: valeriep
This commit is contained in:
parent
8dd809642e
commit
4e77b3c378
31 changed files with 91 additions and 106 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2002, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -44,7 +44,7 @@ import java.security.spec.InvalidParameterSpecException;
|
|||
*/
|
||||
public final class AESParameters extends AlgorithmParametersSpi {
|
||||
|
||||
private BlockCipherParamsCore core;
|
||||
private final BlockCipherParamsCore core;
|
||||
|
||||
public AESParameters() {
|
||||
core = new BlockCipherParamsCore(AESConstants.AES_BLOCK_SIZE, 4, 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue