-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: security-libs
-
b11
In the SunJSSE implementation, there are a few unexpected extending of static class SupportedGroups. It may be nice to clean them up so that the code is easier to read.
For example,
private static final class CHSupportedGroupsProducer
- extends SupportedGroups implements HandshakeProducer {
+ implements HandshakeProducer {
For example,
private static final class CHSupportedGroupsProducer
- extends SupportedGroups implements HandshakeProducer {
+ implements HandshakeProducer {