final class sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec implements sun.security.ssl.SSLExtension$SSLExtensionSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec
  super_class: java.lang.Object
{
  final int[] namedGroupsIds;
    descriptor: [I
    flags: (0x0010) ACC_FINAL

  private void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec this
        start local 1 // int[] namedGroupsIds
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            aload 1 /* namedGroupsIds */
            putfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
         2: .line 80
            return
        end local 1 // int[] namedGroupsIds
        end local 0 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
            0    3     1  namedGroupsIds  [I
    MethodParameters:
                Name  Flags
      namedGroupsIds  

  private void <init>(java.util.List<sun.security.ssl.SupportedGroupsExtension$NamedGroup>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec this
        start local 1 // java.util.List namedGroups
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 1 /* namedGroups */
            invokeinterface java.util.List.size:()I
            newarray 10
            putfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
         2: .line 84
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: .line 85
            aload 1 /* namedGroups */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec java.util.List int top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.SupportedGroupsExtension$NamedGroup
            astore 3 /* ng */
        start local 3 // sun.security.ssl.SupportedGroupsExtension$NamedGroup ng
         5: .line 86
            aload 0 /* this */
            getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
            iload 2 /* i */
            iinc 2 /* i */ 1
            aload 3 /* ng */
            getfield sun.security.ssl.SupportedGroupsExtension$NamedGroup.id:I
            iastore
        end local 3 // sun.security.ssl.SupportedGroupsExtension$NamedGroup ng
         6: .line 85
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 88
            return
        end local 2 // int i
        end local 1 // java.util.List namedGroups
        end local 0 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
            0    8     1  namedGroups  Ljava/util/List<Lsun/security/ssl/SupportedGroupsExtension$NamedGroup;>;
            3    8     2            i  I
            5    6     3           ng  Lsun/security/ssl/SupportedGroupsExtension$NamedGroup;
    Signature: (Ljava/util/List<Lsun/security/ssl/SupportedGroupsExtension$NamedGroup;>;)V
    MethodParameters:
             Name  Flags
      namedGroups  

  private void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec this
        start local 1 // java.nio.ByteBuffer m
         0: .line 90
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 91
            aload 1 /* m */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            if_icmpge 5
         2: .line 92
            new javax.net.ssl.SSLProtocolException
            dup
         3: .line 93
            ldc "Invalid supported_groups extension: insufficient data"
         4: .line 92
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 96
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec java.nio.ByteBuffer
      StackMap stack:
            aload 1 /* m */
            invokestatic sun.security.ssl.Record.getBytes16:(Ljava/nio/ByteBuffer;)[B
            astore 2 /* ngs */
        start local 2 // byte[] ngs
         6: .line 97
            aload 1 /* m */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 10
         7: .line 98
            new javax.net.ssl.SSLProtocolException
            dup
         8: .line 99
            ldc "Invalid supported_groups extension: unknown extra data"
         9: .line 98
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 102
      StackMap locals: byte[]
      StackMap stack:
            aload 2 /* ngs */
            ifnull 11
            aload 2 /* ngs */
            arraylength
            ifeq 11
            aload 2 /* ngs */
            arraylength
            iconst_2
            irem
            ifeq 14
        11: .line 103
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLProtocolException
            dup
        12: .line 104
            ldc "Invalid supported_groups extension: incomplete data"
        13: .line 103
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 107
      StackMap locals:
      StackMap stack:
            aload 2 /* ngs */
            arraylength
            iconst_2
            idiv
            newarray 10
            astore 3 /* ids */
        start local 3 // int[] ids
        15: .line 108
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        16: iconst_0
            istore 5 /* j */
        start local 5 // int j
        17: goto 19
        18: .line 109
      StackMap locals: int[] int int
      StackMap stack:
            aload 3 /* ids */
            iload 5 /* j */
            iinc 5 /* j */ 1
            aload 2 /* ngs */
            iload 4 /* i */
            iinc 4 /* i */ 1
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 2 /* ngs */
            iload 4 /* i */
            iinc 4 /* i */ 1
            baload
            sipush 255
            iand
            ior
            iastore
        19: .line 108
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 2 /* ngs */
            arraylength
            if_icmplt 18
        end local 5 // int j
        end local 4 // int i
        20: .line 112
            aload 0 /* this */
            aload 3 /* ids */
            putfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
        21: .line 113
            return
        end local 3 // int[] ids
        end local 2 // byte[] ngs
        end local 1 // java.nio.ByteBuffer m
        end local 0 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
            0   22     1     m  Ljava/nio/ByteBuffer;
            6   22     2   ngs  [B
           15   22     3   ids  [I
           16   20     4     i  I
           17   20     5     j  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      m     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec this
         0: .line 117
            new java.text.MessageFormat
            dup
         1: .line 118
            ldc "\"versions\": '['{0}']'"
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
         2: .line 117
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
            astore 1 /* messageFormat */
        start local 1 // java.text.MessageFormat messageFormat
         3: .line 120
            aload 0 /* this */
            getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
            ifnull 4
            aload 0 /* this */
            getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
            arraylength
            ifne 8
         4: .line 121
      StackMap locals: java.text.MessageFormat
      StackMap stack:
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 122
            ldc "<no supported named group specified>"
            aastore
         6: .line 121
            astore 2 /* messageFields */
        start local 2 // java.lang.Object[] messageFields
         7: .line 124
            aload 1 /* messageFormat */
            aload 2 /* messageFields */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.Object[] messageFields
         8: .line 126
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            sipush 512
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* builder */
        start local 2 // java.lang.StringBuilder builder
         9: .line 127
            iconst_1
            istore 3 /* isFirst */
        start local 3 // boolean isFirst
        10: .line 128
            aload 0 /* this */
            getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 18
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec java.text.MessageFormat java.lang.StringBuilder int top int int int[]
      StackMap stack:
        11: aload 7
            iload 5
            iaload
            istore 4 /* ngid */
        start local 4 // int ngid
        12: .line 129
            iload 3 /* isFirst */
            ifeq 15
        13: .line 130
            iconst_0
            istore 3 /* isFirst */
        14: .line 131
            goto 16
        15: .line 132
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec java.text.MessageFormat java.lang.StringBuilder int int int int int[]
      StackMap stack:
            aload 2 /* builder */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 135
      StackMap locals:
      StackMap stack:
            aload 2 /* builder */
            iload 4 /* ngid */
            invokestatic sun.security.ssl.SupportedGroupsExtension$NamedGroup.nameOf:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 4 // int ngid
        17: .line 128
            iinc 5 1
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec java.text.MessageFormat java.lang.StringBuilder int top int int int[]
      StackMap stack:
        18: iload 5
            iload 6
            if_icmplt 11
        19: .line 138
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        20: .line 139
            aload 2 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
        21: .line 138
            astore 4 /* messageFields */
        start local 4 // java.lang.Object[] messageFields
        22: .line 142
            aload 1 /* messageFormat */
            aload 4 /* messageFields */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 4 // java.lang.Object[] messageFields
        end local 3 // boolean isFirst
        end local 2 // java.lang.StringBuilder builder
        end local 1 // java.text.MessageFormat messageFormat
        end local 0 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
            3   23     1  messageFormat  Ljava/text/MessageFormat;
            7    8     2  messageFields  [Ljava/lang/Object;
            9   23     2        builder  Ljava/lang/StringBuilder;
           10   23     3        isFirst  Z
           12   17     4           ngid  I
           22   23     4  messageFields  [Ljava/lang/Object;
}
SourceFile: "SupportedGroupsExtension.java"
NestHost: sun.security.ssl.SupportedGroupsExtension
InnerClasses:
  abstract SSLExtensionSpec = sun.security.ssl.SSLExtension$SSLExtensionSpec of sun.security.ssl.SSLExtension
  final NamedGroup = sun.security.ssl.SupportedGroupsExtension$NamedGroup of sun.security.ssl.SupportedGroupsExtension
  final SupportedGroupsSpec = sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec of sun.security.ssl.SupportedGroupsExtension