-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 17, 21, 23
-
b11
Currently we have 2 GCMParameters classes in java.base, one in sun.security.util package, the other in com.sun.crypto.provider.
The duplicate class was introduced inJDK-8080462. One of the classes is used by SunPKCS11, the other is used by SunJCE. The implementations are almost identical. Can we drop one?
The duplicate class was introduced in
- relates to
-
JDK-8080462 Update SunPKCS11 provider with PKCS11 v2.40 support
- Resolved