final class sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer implements sun.security.ssl.SSLConsumer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer
  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.EncryptedExtensions$EncryptedExtensionsConsumer this
         0: .line 155
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 157
            return
        end local 0 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsConsumer;

  public void consume(sun.security.ssl.ConnectionContext, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/ConnectionContext;Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // java.nio.ByteBuffer message
         0: .line 163
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 3 /* chc */
        start local 3 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 166
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
            getstatic sun.security.ssl.SSLHandshake.ENCRYPTED_EXTENSIONS:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokevirtual java.util.LinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 169
            new sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage
            dup
            aload 3 /* chc */
            aload 2 /* message */
            invokespecial sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.<init>:(Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
         3: .line 168
            astore 4 /* eem */
        start local 4 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage eem
         4: .line 170
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 7
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 7
         5: .line 172
            ldc "Consuming EncryptedExtensions handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* eem */
            aastore
         6: .line 171
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 178
      StackMap locals: sun.security.ssl.ClientHandshakeContext sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
         8: .line 179
            getstatic sun.security.ssl.SSLHandshake.ENCRYPTED_EXTENSIONS:Lsun/security/ssl/SSLHandshake;
         9: .line 178
            invokevirtual sun.security.ssl.SSLConfiguration.getEnabledExtensions:(Lsun/security/ssl/SSLHandshake;)[Lsun/security/ssl/SSLExtension;
            astore 5 /* extTypes */
        start local 5 // sun.security.ssl.SSLExtension[] extTypes
        10: .line 180
            aload 4 /* eem */
            getfield sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.extensions:Lsun/security/ssl/SSLExtensions;
            aload 3 /* chc */
            aload 5 /* extTypes */
            invokevirtual sun.security.ssl.SSLExtensions.consumeOnLoad:(Lsun/security/ssl/HandshakeContext;[Lsun/security/ssl/SSLExtension;)V
        11: .line 185
            aload 4 /* eem */
            getfield sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.extensions:Lsun/security/ssl/SSLExtensions;
            aload 3 /* chc */
            aload 5 /* extTypes */
            invokevirtual sun.security.ssl.SSLExtensions.consumeOnTrade:(Lsun/security/ssl/HandshakeContext;[Lsun/security/ssl/SSLExtension;)V
        12: .line 191
            return
        end local 5 // sun.security.ssl.SSLExtension[] extTypes
        end local 4 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage eem
        end local 3 // sun.security.ssl.ClientHandshakeContext chc
        end local 2 // java.nio.ByteBuffer message
        end local 1 // sun.security.ssl.ConnectionContext context
        end local 0 // sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsConsumer;
            0   13     1   context  Lsun/security/ssl/ConnectionContext;
            0   13     2   message  Ljava/nio/ByteBuffer;
            1   13     3       chc  Lsun/security/ssl/ClientHandshakeContext;
            4   13     4       eem  Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsMessage;
           10   13     5  extTypes  [Lsun/security/ssl/SSLExtension;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "EncryptedExtensions.java"
NestHost: sun.security.ssl.EncryptedExtensions
InnerClasses:
  private final EncryptedExtensionsConsumer = sun.security.ssl.EncryptedExtensions$EncryptedExtensionsConsumer of sun.security.ssl.EncryptedExtensions
  final EncryptedExtensionsMessage = sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage of sun.security.ssl.EncryptedExtensions