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

  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=12, args_size=3
        start local 0 // sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // java.nio.ByteBuffer message
         0: .line 134
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 3 /* chc */
        start local 3 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 136
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
         2: .line 137
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_STATUS:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
         3: .line 136
            invokevirtual java.util.LinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.SSLConsumer
            astore 4 /* certStatCons */
        start local 4 // sun.security.ssl.SSLConsumer certStatCons
         4: .line 138
            aload 4 /* certStatCons */
            ifnull 6
         5: .line 142
            getstatic sun.security.ssl.CertificateStatus.handshakeAbsence:Lsun/security/ssl/HandshakeAbsence;
            aload 1 /* context */
            aconst_null
            invokeinterface sun.security.ssl.HandshakeAbsence.absent:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
         6: .line 146
      StackMap locals: sun.security.ssl.ClientHandshakeContext sun.security.ssl.SSLConsumer
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
            invokevirtual java.util.LinkedHashMap.clear:()V
         7: .line 149
            new sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage
            dup
            aload 3 /* chc */
            aload 2 /* message */
            invokespecial sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage.<init>:(Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
         8: .line 148
            astore 5 /* shdm */
        start local 5 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage shdm
         9: .line 150
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 12
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 12
        10: .line 152
            ldc "Consuming ServerHelloDone handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* shdm */
            aastore
        11: .line 151
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 163
      StackMap locals: sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeProducers:Ljava/util/HashMap;
            getstatic sun.security.ssl.SSLHandshake.CLIENT_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
        13: .line 164
            getstatic sun.security.ssl.SSLHandshake.CLIENT_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
        14: .line 163
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 165
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeProducers:Ljava/util/HashMap;
            getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
        16: .line 166
            getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
        17: .line 165
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 170
            iconst_4
            anewarray sun.security.ssl.SSLHandshake
            dup
            iconst_0
        19: .line 172
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE:Lsun/security/ssl/SSLHandshake;
            aastore
            dup
            iconst_1
        20: .line 173
            getstatic sun.security.ssl.SSLHandshake.CLIENT_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
            aastore
            dup
            iconst_2
        21: .line 174
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_VERIFY:Lsun/security/ssl/SSLHandshake;
            aastore
            dup
            iconst_3
        22: .line 175
            getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
            aastore
        23: .line 170
            astore 6 /* probableHandshakeMessages */
        start local 6 // sun.security.ssl.SSLHandshake[] probableHandshakeMessages
        24: .line 178
            aload 6 /* probableHandshakeMessages */
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 31
      StackMap locals: sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer sun.security.ssl.ConnectionContext java.nio.ByteBuffer sun.security.ssl.ClientHandshakeContext sun.security.ssl.SSLConsumer sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage sun.security.ssl.SSLHandshake[] top int int sun.security.ssl.SSLHandshake[]
      StackMap stack:
        25: aload 10
            iload 8
            aaload
            astore 7 /* hs */
        start local 7 // sun.security.ssl.SSLHandshake hs
        26: .line 180
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeProducers:Ljava/util/HashMap;
            aload 7 /* hs */
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.HandshakeProducer
        27: .line 179
            astore 11 /* handshakeProducer */
        start local 11 // sun.security.ssl.HandshakeProducer handshakeProducer
        28: .line 181
            aload 11 /* handshakeProducer */
            ifnull 30
        29: .line 182
            aload 11 /* handshakeProducer */
            aload 1 /* context */
            aconst_null
            invokeinterface sun.security.ssl.HandshakeProducer.produce:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)[B
            pop
        end local 11 // sun.security.ssl.HandshakeProducer handshakeProducer
        end local 7 // sun.security.ssl.SSLHandshake hs
        30: .line 178
      StackMap locals:
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
        31: iload 8
            iload 9
            if_icmplt 25
        32: .line 185
            return
        end local 6 // sun.security.ssl.SSLHandshake[] probableHandshakeMessages
        end local 5 // sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage shdm
        end local 4 // sun.security.ssl.SSLConsumer certStatCons
        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.ServerHelloDone$ServerHelloDoneConsumer this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   33     0                       this  Lsun/security/ssl/ServerHelloDone$ServerHelloDoneConsumer;
            0   33     1                    context  Lsun/security/ssl/ConnectionContext;
            0   33     2                    message  Ljava/nio/ByteBuffer;
            1   33     3                        chc  Lsun/security/ssl/ClientHandshakeContext;
            4   33     4               certStatCons  Lsun/security/ssl/SSLConsumer;
            9   33     5                       shdm  Lsun/security/ssl/ServerHelloDone$ServerHelloDoneMessage;
           24   33     6  probableHandshakeMessages  [Lsun/security/ssl/SSLHandshake;
           26   30     7                         hs  Lsun/security/ssl/SSLHandshake;
           28   30    11          handshakeProducer  Lsun/security/ssl/HandshakeProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "ServerHelloDone.java"
NestHost: sun.security.ssl.ServerHelloDone
InnerClasses:
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
  private final ServerHelloDoneConsumer = sun.security.ssl.ServerHelloDone$ServerHelloDoneConsumer of sun.security.ssl.ServerHelloDone
  final ServerHelloDoneMessage = sun.security.ssl.ServerHelloDone$ServerHelloDoneMessage of sun.security.ssl.ServerHelloDone