-
Bug
-
Resolution: Fixed
-
P3
-
None
-
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 {