final class sun.security.ssl.SupportedGroupsExtension
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SupportedGroupsExtension
  super_class: java.lang.Object
{
  static final sun.security.ssl.HandshakeProducer chNetworkProducer;
    descriptor: Lsun/security/ssl/HandshakeProducer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final sun.security.ssl.SSLExtension$ExtensionConsumer chOnLoadConsumer;
    descriptor: Lsun/security/ssl/SSLExtension$ExtensionConsumer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final sun.security.ssl.HandshakeAbsence chOnTradAbsence;
    descriptor: Lsun/security/ssl/HandshakeAbsence;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final sun.security.ssl.SSLStringizer sgsStringizer;
    descriptor: Lsun/security/ssl/SSLStringizer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final sun.security.ssl.HandshakeProducer eeNetworkProducer;
    descriptor: Lsun/security/ssl/HandshakeProducer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final sun.security.ssl.SSLExtension$ExtensionConsumer eeOnLoadConsumer;
    descriptor: Lsun/security/ssl/SSLExtension$ExtensionConsumer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 52
            new sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsProducer
            dup
            invokespecial sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsProducer.<init>:()V
         1: .line 51
            putstatic sun.security.ssl.SupportedGroupsExtension.chNetworkProducer:Lsun/security/ssl/HandshakeProducer;
         2: .line 54
            new sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer
            dup
            invokespecial sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer.<init>:()V
         3: .line 53
            putstatic sun.security.ssl.SupportedGroupsExtension.chOnLoadConsumer:Lsun/security/ssl/SSLExtension$ExtensionConsumer;
         4: .line 56
            new sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence
            dup
            invokespecial sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence.<init>:()V
         5: .line 55
            putstatic sun.security.ssl.SupportedGroupsExtension.chOnTradAbsence:Lsun/security/ssl/HandshakeAbsence;
         6: .line 58
            new sun.security.ssl.SupportedGroupsExtension$SupportedGroupsStringizer
            dup
            invokespecial sun.security.ssl.SupportedGroupsExtension$SupportedGroupsStringizer.<init>:()V
         7: .line 57
            putstatic sun.security.ssl.SupportedGroupsExtension.sgsStringizer:Lsun/security/ssl/SSLStringizer;
         8: .line 61
            new sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsProducer
            dup
            invokespecial sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsProducer.<init>:()V
         9: .line 60
            putstatic sun.security.ssl.SupportedGroupsExtension.eeNetworkProducer:Lsun/security/ssl/HandshakeProducer;
        10: .line 63
            new sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer
            dup
            invokespecial sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer.<init>:()V
        11: .line 62
            putstatic sun.security.ssl.SupportedGroupsExtension.eeOnLoadConsumer:Lsun/security/ssl/SSLExtension$ExtensionConsumer;
        12: .line 63
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SupportedGroupsExtension this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.SupportedGroupsExtension this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SupportedGroupsExtension;
}
SourceFile: "SupportedGroupsExtension.java"
NestMembers:
  sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer  sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence  sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsProducer  sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer  sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsProducer  sun.security.ssl.SupportedGroupsExtension$SupportedGroups  sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec  sun.security.ssl.SupportedGroupsExtension$SupportedGroupsStringizer
InnerClasses:
  abstract ExtensionConsumer = sun.security.ssl.SSLExtension$ExtensionConsumer of sun.security.ssl.SSLExtension
  private final CHSupportedGroupsConsumer = sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsConsumer of sun.security.ssl.SupportedGroupsExtension
  private final CHSupportedGroupsOnTradeAbsence = sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsOnTradeAbsence of sun.security.ssl.SupportedGroupsExtension
  private final CHSupportedGroupsProducer = sun.security.ssl.SupportedGroupsExtension$CHSupportedGroupsProducer of sun.security.ssl.SupportedGroupsExtension
  private final EESupportedGroupsConsumer = sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer of sun.security.ssl.SupportedGroupsExtension
  private final EESupportedGroupsProducer = sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsProducer of sun.security.ssl.SupportedGroupsExtension
  SupportedGroups = sun.security.ssl.SupportedGroupsExtension$SupportedGroups of sun.security.ssl.SupportedGroupsExtension
  final SupportedGroupsSpec = sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec of sun.security.ssl.SupportedGroupsExtension
  private final SupportedGroupsStringizer = sun.security.ssl.SupportedGroupsExtension$SupportedGroupsStringizer of sun.security.ssl.SupportedGroupsExtension