final class sun.security.ssl.SupportedGroupsExtension$NamedGroupType extends java.lang.Enum<sun.security.ssl.SupportedGroupsExtension$NamedGroupType>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: sun.security.ssl.SupportedGroupsExtension$NamedGroupType
  super_class: java.lang.Enum
{
  public static final sun.security.ssl.SupportedGroupsExtension$NamedGroupType NAMED_GROUP_ECDHE;
    descriptor: Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SupportedGroupsExtension$NamedGroupType NAMED_GROUP_FFDHE;
    descriptor: Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SupportedGroupsExtension$NamedGroupType NAMED_GROUP_XDH;
    descriptor: Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SupportedGroupsExtension$NamedGroupType NAMED_GROUP_ARBITRARY;
    descriptor: Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final sun.security.ssl.SupportedGroupsExtension$NamedGroupType NAMED_GROUP_NONE;
    descriptor: Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final sun.security.ssl.SupportedGroupsExtension$NamedGroupType[] ENUM$VALUES;
    descriptor: [Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 161
            new sun.security.ssl.SupportedGroupsExtension$NamedGroupType
            dup
            ldc "NAMED_GROUP_ECDHE"
            iconst_0
            invokespecial sun.security.ssl.SupportedGroupsExtension$NamedGroupType.<init>:(Ljava/lang/String;I)V
            putstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_ECDHE:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
         1: .line 162
            new sun.security.ssl.SupportedGroupsExtension$NamedGroupType
            dup
            ldc "NAMED_GROUP_FFDHE"
            iconst_1
            invokespecial sun.security.ssl.SupportedGroupsExtension$NamedGroupType.<init>:(Ljava/lang/String;I)V
            putstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_FFDHE:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
         2: .line 163
            new sun.security.ssl.SupportedGroupsExtension$NamedGroupType
            dup
            ldc "NAMED_GROUP_XDH"
            iconst_2
            invokespecial sun.security.ssl.SupportedGroupsExtension$NamedGroupType.<init>:(Ljava/lang/String;I)V
            putstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_XDH:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
         3: .line 164
            new sun.security.ssl.SupportedGroupsExtension$NamedGroupType
            dup
            ldc "NAMED_GROUP_ARBITRARY"
            iconst_3
            invokespecial sun.security.ssl.SupportedGroupsExtension$NamedGroupType.<init>:(Ljava/lang/String;I)V
            putstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_ARBITRARY:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
         4: .line 165
            new sun.security.ssl.SupportedGroupsExtension$NamedGroupType
            dup
            ldc "NAMED_GROUP_NONE"
            iconst_4
            invokespecial sun.security.ssl.SupportedGroupsExtension$NamedGroupType.<init>:(Ljava/lang/String;I)V
            putstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_NONE:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
         5: .line 160
            iconst_5
            anewarray sun.security.ssl.SupportedGroupsExtension$NamedGroupType
            dup
            iconst_0
            getstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_ECDHE:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            aastore
            dup
            iconst_1
            getstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_FFDHE:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            aastore
            dup
            iconst_2
            getstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_XDH:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            aastore
            dup
            iconst_3
            getstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_ARBITRARY:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            aastore
            dup
            iconst_4
            getstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.NAMED_GROUP_NONE:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            aastore
            putstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.ENUM$VALUES:[Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.SupportedGroupsExtension$NamedGroupType this
         0: .line 160
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // sun.security.ssl.SupportedGroupsExtension$NamedGroupType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  boolean isSupported(java.util.List<sun.security.ssl.CipherSuite>);
    descriptor: (Ljava/util/List;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.security.ssl.SupportedGroupsExtension$NamedGroupType this
        start local 1 // java.util.List cipherSuites
         0: .line 168
            aload 1 /* cipherSuites */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$NamedGroupType java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.CipherSuite
            astore 2 /* cs */
        start local 2 // sun.security.ssl.CipherSuite cs
         2: .line 169
            aload 2 /* cs */
            getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
            ifnull 3
            aload 2 /* cs */
            getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
            getfield sun.security.ssl.CipherSuite$KeyExchange.groupType:Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            aload 0 /* this */
            if_acmpne 4
         3: .line 170
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$NamedGroupType java.util.List sun.security.ssl.CipherSuite java.util.Iterator
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // sun.security.ssl.CipherSuite cs
         4: .line 168
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$NamedGroupType java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 174
            iconst_0
            ireturn
        end local 1 // java.util.List cipherSuites
        end local 0 // sun.security.ssl.SupportedGroupsExtension$NamedGroupType this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            0    6     1  cipherSuites  Ljava/util/List<Lsun/security/ssl/CipherSuite;>;
            2    4     2            cs  Lsun/security/ssl/CipherSuite;
    Signature: (Ljava/util/List<Lsun/security/ssl/CipherSuite;>;)Z
    MethodParameters:
              Name  Flags
      cipherSuites  

  public static sun.security.ssl.SupportedGroupsExtension$NamedGroupType[] values();
    descriptor: ()[Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic sun.security.ssl.SupportedGroupsExtension$NamedGroupType.ENUM$VALUES:[Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray sun.security.ssl.SupportedGroupsExtension$NamedGroupType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.security.ssl.SupportedGroupsExtension$NamedGroupType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast sun.security.ssl.SupportedGroupsExtension$NamedGroupType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lsun/security/ssl/SupportedGroupsExtension$NamedGroupType;>;
SourceFile: "SupportedGroupsExtension.java"
NestHost: sun.security.ssl.SupportedGroupsExtension
InnerClasses:
  final KeyExchange = sun.security.ssl.CipherSuite$KeyExchange of sun.security.ssl.CipherSuite
  final NamedGroupType = sun.security.ssl.SupportedGroupsExtension$NamedGroupType of sun.security.ssl.SupportedGroupsExtension