final class sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer implements sun.security.ssl.SSLExtension$ExtensionConsumer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer this
         0: .line 548
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 550
            return
        end local 0 // sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/SupportedGroupsExtension$EESupportedGroupsConsumer;

  public void consume(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=12, args_size=4
        start local 0 // sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
        start local 3 // java.nio.ByteBuffer buffer
         0: .line 556
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 4 /* chc */
        start local 4 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 559
            aload 4 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getstatic sun.security.ssl.SSLExtension.EE_SUPPORTED_GROUPS:Lsun/security/ssl/SSLExtension;
            invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
            ifne 6
         2: .line 560
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 5
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 5
         3: .line 562
            ldc "Ignore unavailable supported_groups extension"
            iconst_0
            anewarray java.lang.Object
         4: .line 561
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 564
      StackMap locals: sun.security.ssl.ClientHandshakeContext
      StackMap stack:
            return
         6: .line 568
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec
            dup
            aload 4 /* chc */
            aload 3 /* buffer */
            invokespecial sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.<init>:(Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
            astore 5 /* spec */
        start local 5 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec spec
         7: .line 572
            new java.util.ArrayList
            dup
            aload 5 /* spec */
            getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
         8: .line 571
            astore 6 /* knownNamedGroups */
        start local 6 // java.util.List knownNamedGroups
         9: .line 573
            aload 5 /* spec */
            getfield sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec.namedGroupsIds:[I
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 15
      StackMap locals: sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer sun.security.ssl.ConnectionContext sun.security.ssl.SSLHandshake$HandshakeMessage java.nio.ByteBuffer sun.security.ssl.ClientHandshakeContext sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec java.util.List top int int int[]
      StackMap stack:
        10: aload 10
            iload 8
            iaload
            istore 7 /* id */
        start local 7 // int id
        11: .line 574
            iload 7 /* id */
            invokestatic sun.security.ssl.NamedGroup.valueOf:(I)Lsun/security/ssl/NamedGroup;
            astore 11 /* ng */
        start local 11 // sun.security.ssl.NamedGroup ng
        12: .line 575
            aload 11 /* ng */
            ifnull 14
        13: .line 576
            aload 6 /* knownNamedGroups */
            aload 11 /* ng */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 11 // sun.security.ssl.NamedGroup ng
        end local 7 // int id
        14: .line 573
      StackMap locals:
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
        15: iload 8
            iload 9
            if_icmplt 10
        16: .line 580
            aload 4 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            aload 6 /* knownNamedGroups */
            putfield sun.security.ssl.TransportContext.serverRequestedNamedGroups:Ljava/util/List;
        17: .line 581
            aload 4 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeExtensions:Ljava/util/Map;
            getstatic sun.security.ssl.SSLExtension.EE_SUPPORTED_GROUPS:Lsun/security/ssl/SSLExtension;
            aload 5 /* spec */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 584
            return
        end local 6 // java.util.List knownNamedGroups
        end local 5 // sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec spec
        end local 4 // sun.security.ssl.ClientHandshakeContext chc
        end local 3 // java.nio.ByteBuffer buffer
        end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
        end local 1 // sun.security.ssl.ConnectionContext context
        end local 0 // sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   19     0              this  Lsun/security/ssl/SupportedGroupsExtension$EESupportedGroupsConsumer;
            0   19     1           context  Lsun/security/ssl/ConnectionContext;
            0   19     2           message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            0   19     3            buffer  Ljava/nio/ByteBuffer;
            1   19     4               chc  Lsun/security/ssl/ClientHandshakeContext;
            7   19     5              spec  Lsun/security/ssl/SupportedGroupsExtension$SupportedGroupsSpec;
            9   19     6  knownNamedGroups  Ljava/util/List<Lsun/security/ssl/NamedGroup;>;
           11   14     7                id  I
           12   14    11                ng  Lsun/security/ssl/NamedGroup;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
      buffer   
}
SourceFile: "SupportedGroupsExtension.java"
NestHost: sun.security.ssl.SupportedGroupsExtension
InnerClasses:
  abstract ExtensionConsumer = sun.security.ssl.SSLExtension$ExtensionConsumer of sun.security.ssl.SSLExtension
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
  private final EESupportedGroupsConsumer = sun.security.ssl.SupportedGroupsExtension$EESupportedGroupsConsumer of sun.security.ssl.SupportedGroupsExtension
  final SupportedGroupsSpec = sun.security.ssl.SupportedGroupsExtension$SupportedGroupsSpec of sun.security.ssl.SupportedGroupsExtension