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

  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=5, args_size=3
        start local 0 // sun.security.ssl.ServerHello$ServerHelloConsumer this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // java.nio.ByteBuffer message
         0: .line 875
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 3 /* chc */
        start local 3 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 878
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
            getstatic sun.security.ssl.SSLHandshake.SERVER_HELLO: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 879
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
            invokevirtual java.util.LinkedHashMap.isEmpty:()Z
            ifne 6
         3: .line 881
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
         4: .line 882
            getstatic sun.security.ssl.SSLHandshake.HELLO_VERIFY_REQUEST:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
         5: .line 881
            invokevirtual java.util.LinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 884
      StackMap locals: sun.security.ssl.ClientHandshakeContext
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
            invokevirtual java.util.LinkedHashMap.isEmpty:()Z
            ifne 10
         7: .line 885
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
         8: .line 886
            ldc "No more message expected before ServerHello is processed"
         9: .line 885
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        10: .line 889
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.ServerHello$ServerHelloMessage
            dup
            aload 3 /* chc */
            aload 2 /* message */
            invokespecial sun.security.ssl.ServerHello$ServerHelloMessage.<init>:(Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
            astore 4 /* shm */
        start local 4 // sun.security.ssl.ServerHello$ServerHelloMessage shm
        11: .line 890
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 13
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 13
        12: .line 891
            ldc "Consuming ServerHello handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* shm */
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 894
      StackMap locals: sun.security.ssl.ServerHello$ServerHelloMessage
      StackMap stack:
            aload 4 /* shm */
            getfield sun.security.ssl.ServerHello$ServerHelloMessage.serverRandom:Lsun/security/ssl/RandomCookie;
            invokevirtual sun.security.ssl.RandomCookie.isHelloRetryRequest:()Z
            ifeq 16
        14: .line 895
            aload 0 /* this */
            aload 3 /* chc */
            aload 4 /* shm */
            invokevirtual sun.security.ssl.ServerHello$ServerHelloConsumer.onHelloRetryRequest:(Lsun/security/ssl/ClientHandshakeContext;Lsun/security/ssl/ServerHello$ServerHelloMessage;)V
        15: .line 896
            goto 17
        16: .line 897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* chc */
            aload 4 /* shm */
            invokevirtual sun.security.ssl.ServerHello$ServerHelloConsumer.onServerHello:(Lsun/security/ssl/ClientHandshakeContext;Lsun/security/ssl/ServerHello$ServerHelloMessage;)V
        17: .line 899
      StackMap locals:
      StackMap stack:
            return
        end local 4 // sun.security.ssl.ServerHello$ServerHelloMessage shm
        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.ServerHello$ServerHelloConsumer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lsun/security/ssl/ServerHello$ServerHelloConsumer;
            0   18     1  context  Lsun/security/ssl/ConnectionContext;
            0   18     2  message  Ljava/nio/ByteBuffer;
            1   18     3      chc  Lsun/security/ssl/ClientHandshakeContext;
           11   18     4      shm  Lsun/security/ssl/ServerHello$ServerHelloMessage;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  

  private void onHelloRetryRequest(sun.security.ssl.ClientHandshakeContext, sun.security.ssl.ServerHello$ServerHelloMessage);
    descriptor: (Lsun/security/ssl/ClientHandshakeContext;Lsun/security/ssl/ServerHello$ServerHelloMessage;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.security.ssl.ServerHello$ServerHelloConsumer this
        start local 1 // sun.security.ssl.ClientHandshakeContext chc
        start local 2 // sun.security.ssl.ServerHello$ServerHelloMessage helloRetryRequest
         0: .line 906
            iconst_1
            anewarray sun.security.ssl.SSLExtension
            dup
            iconst_0
         1: .line 907
            getstatic sun.security.ssl.SSLExtension.HRR_SUPPORTED_VERSIONS:Lsun/security/ssl/SSLExtension;
            aastore
         2: .line 906
            astore 3 /* extTypes */
        start local 3 // sun.security.ssl.SSLExtension[] extTypes
         3: .line 909
            aload 2 /* helloRetryRequest */
            getfield sun.security.ssl.ServerHello$ServerHelloMessage.extensions:Lsun/security/ssl/SSLExtensions;
            aload 1 /* chc */
            aload 3 /* extTypes */
            invokevirtual sun.security.ssl.SSLExtensions.consumeOnLoad:(Lsun/security/ssl/HandshakeContext;[Lsun/security/ssl/SSLExtension;)V
         4: .line 913
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeExtensions:Ljava/util/Map;
         5: .line 914
            getstatic sun.security.ssl.SSLExtension.HRR_SUPPORTED_VERSIONS:Lsun/security/ssl/SSLExtension;
         6: .line 913
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec
         7: .line 912
            astore 5 /* svs */
        start local 5 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec svs
         8: .line 915
            aload 5 /* svs */
            ifnull 12
         9: .line 917
            aload 5 /* svs */
            getfield sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec.selectedVersion:I
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(I)Lsun/security/ssl/ProtocolVersion;
        10: .line 916
            astore 4 /* serverVersion */
        start local 4 // sun.security.ssl.ProtocolVersion serverVersion
        11: .line 918
            goto 13
        end local 4 // sun.security.ssl.ProtocolVersion serverVersion
        12: .line 919
      StackMap locals: sun.security.ssl.ServerHello$ServerHelloConsumer sun.security.ssl.ClientHandshakeContext sun.security.ssl.ServerHello$ServerHelloMessage sun.security.ssl.SSLExtension[] top sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec
      StackMap stack:
            aload 2 /* helloRetryRequest */
            getfield sun.security.ssl.ServerHello$ServerHelloMessage.serverVersion:Lsun/security/ssl/ProtocolVersion;
            astore 4 /* serverVersion */
        start local 4 // sun.security.ssl.ProtocolVersion serverVersion
        13: .line 922
      StackMap locals: sun.security.ssl.ServerHello$ServerHelloConsumer sun.security.ssl.ClientHandshakeContext sun.security.ssl.ServerHello$ServerHelloMessage sun.security.ssl.SSLExtension[] sun.security.ssl.ProtocolVersion sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec
      StackMap stack:
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.activeProtocols:Ljava/util/List;
            aload 4 /* serverVersion */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 20
        14: .line 923
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.PROTOCOL_VERSION:Lsun/security/ssl/Alert;
        15: .line 924
            new java.lang.StringBuilder
            dup
            ldc "The server selected protocol version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* serverVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        16: .line 925
            ldc " is not accepted by client preferences "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 926
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.activeProtocols:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        18: .line 924
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 923
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        20: .line 929
      StackMap locals:
      StackMap stack:
            aload 4 /* serverVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifne 24
        21: .line 930
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.PROTOCOL_VERSION:Lsun/security/ssl/Alert;
        22: .line 931
            new java.lang.StringBuilder
            dup
            ldc "Unexpected HelloRetryRequest for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* serverVersion */
            getfield sun.security.ssl.ProtocolVersion.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 930
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        24: .line 934
      StackMap locals:
      StackMap stack:
            aload 1 /* chc */
            aload 4 /* serverVersion */
            putfield sun.security.ssl.ClientHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
        25: .line 935
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 28
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 28
        26: .line 937
            new java.lang.StringBuilder
            dup
            ldc "Negotiated protocol version: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* serverVersion */
            getfield sun.security.ssl.ProtocolVersion.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        27: .line 936
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        28: .line 944
      StackMap locals:
      StackMap stack:
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakePossessions:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        29: .line 946
            aload 4 /* serverVersion */
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
            ifeq 32
        30: .line 947
            getstatic sun.security.ssl.ServerHello.d13HrrHandshakeConsumer:Lsun/security/ssl/HandshakeConsumer;
            aload 1 /* chc */
            aload 2 /* helloRetryRequest */
            invokeinterface sun.security.ssl.HandshakeConsumer.consume:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
        31: .line 948
            goto 33
        32: .line 949
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.ServerHello.t13HrrHandshakeConsumer:Lsun/security/ssl/HandshakeConsumer;
            aload 1 /* chc */
            aload 2 /* helloRetryRequest */
            invokeinterface sun.security.ssl.HandshakeConsumer.consume:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
        33: .line 951
      StackMap locals:
      StackMap stack:
            return
        end local 5 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec svs
        end local 4 // sun.security.ssl.ProtocolVersion serverVersion
        end local 3 // sun.security.ssl.SSLExtension[] extTypes
        end local 2 // sun.security.ssl.ServerHello$ServerHelloMessage helloRetryRequest
        end local 1 // sun.security.ssl.ClientHandshakeContext chc
        end local 0 // sun.security.ssl.ServerHello$ServerHelloConsumer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   34     0               this  Lsun/security/ssl/ServerHello$ServerHelloConsumer;
            0   34     1                chc  Lsun/security/ssl/ClientHandshakeContext;
            0   34     2  helloRetryRequest  Lsun/security/ssl/ServerHello$ServerHelloMessage;
            3   34     3           extTypes  [Lsun/security/ssl/SSLExtension;
           11   12     4      serverVersion  Lsun/security/ssl/ProtocolVersion;
           13   34     4      serverVersion  Lsun/security/ssl/ProtocolVersion;
            8   34     5                svs  Lsun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsSpec;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      chc                
      helloRetryRequest  

  private void onServerHello(sun.security.ssl.ClientHandshakeContext, sun.security.ssl.ServerHello$ServerHelloMessage);
    descriptor: (Lsun/security/ssl/ClientHandshakeContext;Lsun/security/ssl/ServerHello$ServerHelloMessage;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.security.ssl.ServerHello$ServerHelloConsumer this
        start local 1 // sun.security.ssl.ClientHandshakeContext chc
        start local 2 // sun.security.ssl.ServerHello$ServerHelloMessage serverHello
         0: .line 958
            iconst_1
            anewarray sun.security.ssl.SSLExtension
            dup
            iconst_0
         1: .line 959
            getstatic sun.security.ssl.SSLExtension.SH_SUPPORTED_VERSIONS:Lsun/security/ssl/SSLExtension;
            aastore
         2: .line 958
            astore 3 /* extTypes */
        start local 3 // sun.security.ssl.SSLExtension[] extTypes
         3: .line 961
            aload 2 /* serverHello */
            getfield sun.security.ssl.ServerHello$ServerHelloMessage.extensions:Lsun/security/ssl/SSLExtensions;
            aload 1 /* chc */
            aload 3 /* extTypes */
            invokevirtual sun.security.ssl.SSLExtensions.consumeOnLoad:(Lsun/security/ssl/HandshakeContext;[Lsun/security/ssl/SSLExtension;)V
         4: .line 965
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeExtensions:Ljava/util/Map;
         5: .line 966
            getstatic sun.security.ssl.SSLExtension.SH_SUPPORTED_VERSIONS:Lsun/security/ssl/SSLExtension;
         6: .line 965
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec
         7: .line 964
            astore 5 /* svs */
        start local 5 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec svs
         8: .line 967
            aload 5 /* svs */
            ifnull 12
         9: .line 969
            aload 5 /* svs */
            getfield sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec.selectedVersion:I
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(I)Lsun/security/ssl/ProtocolVersion;
        10: .line 968
            astore 4 /* serverVersion */
        start local 4 // sun.security.ssl.ProtocolVersion serverVersion
        11: .line 970
            goto 13
        end local 4 // sun.security.ssl.ProtocolVersion serverVersion
        12: .line 971
      StackMap locals: sun.security.ssl.ServerHello$ServerHelloConsumer sun.security.ssl.ClientHandshakeContext sun.security.ssl.ServerHello$ServerHelloMessage sun.security.ssl.SSLExtension[] top sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec
      StackMap stack:
            aload 2 /* serverHello */
            getfield sun.security.ssl.ServerHello$ServerHelloMessage.serverVersion:Lsun/security/ssl/ProtocolVersion;
            astore 4 /* serverVersion */
        start local 4 // sun.security.ssl.ProtocolVersion serverVersion
        13: .line 974
      StackMap locals: sun.security.ssl.ServerHello$ServerHelloConsumer sun.security.ssl.ClientHandshakeContext sun.security.ssl.ServerHello$ServerHelloMessage sun.security.ssl.SSLExtension[] sun.security.ssl.ProtocolVersion sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec
      StackMap stack:
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.activeProtocols:Ljava/util/List;
            aload 4 /* serverVersion */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifne 20
        14: .line 975
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.PROTOCOL_VERSION:Lsun/security/ssl/Alert;
        15: .line 976
            new java.lang.StringBuilder
            dup
            ldc "The server selected protocol version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* serverVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        16: .line 977
            ldc " is not accepted by client preferences "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 978
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.activeProtocols:Ljava/util/List;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        18: .line 976
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 975
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        20: .line 981
      StackMap locals:
      StackMap stack:
            aload 1 /* chc */
            aload 4 /* serverVersion */
            putfield sun.security.ssl.ClientHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
        21: .line 982
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifne 24
        22: .line 983
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.TransportContext.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        23: .line 984
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.OutputRecord.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
        24: .line 986
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 27
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 27
        25: .line 988
            new java.lang.StringBuilder
            dup
            ldc "Negotiated protocol version: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* serverVersion */
            getfield sun.security.ssl.ProtocolVersion.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        26: .line 987
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 991
      StackMap locals:
      StackMap stack:
            aload 2 /* serverHello */
            getfield sun.security.ssl.ServerHello$ServerHelloMessage.serverRandom:Lsun/security/ssl/RandomCookie;
            aload 1 /* chc */
            invokevirtual sun.security.ssl.RandomCookie.isVersionDowngrade:(Lsun/security/ssl/HandshakeContext;)Z
            ifeq 31
        28: .line 992
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
        29: .line 993
            ldc "A potential protocol version downgrade attack"
        30: .line 992
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        31: .line 997
      StackMap locals:
      StackMap stack:
            aload 4 /* serverVersion */
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
            ifeq 38
        32: .line 998
            aload 4 /* serverVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 35
        33: .line 999
            getstatic sun.security.ssl.ServerHello.d13HandshakeConsumer:Lsun/security/ssl/HandshakeConsumer;
            aload 1 /* chc */
            aload 2 /* serverHello */
            invokeinterface sun.security.ssl.HandshakeConsumer.consume:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
        34: .line 1000
            goto 43
        35: .line 1003
      StackMap locals:
      StackMap stack:
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakePossessions:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        36: .line 1005
            getstatic sun.security.ssl.ServerHello.d12HandshakeConsumer:Lsun/security/ssl/HandshakeConsumer;
            aload 1 /* chc */
            aload 2 /* serverHello */
            invokeinterface sun.security.ssl.HandshakeConsumer.consume:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
        37: .line 1007
            goto 43
        38: .line 1008
      StackMap locals:
      StackMap stack:
            aload 4 /* serverVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 41
        39: .line 1009
            getstatic sun.security.ssl.ServerHello.t13HandshakeConsumer:Lsun/security/ssl/HandshakeConsumer;
            aload 1 /* chc */
            aload 2 /* serverHello */
            invokeinterface sun.security.ssl.HandshakeConsumer.consume:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
        40: .line 1010
            goto 43
        41: .line 1013
      StackMap locals:
      StackMap stack:
            aload 1 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakePossessions:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
        42: .line 1015
            getstatic sun.security.ssl.ServerHello.t12HandshakeConsumer:Lsun/security/ssl/HandshakeConsumer;
            aload 1 /* chc */
            aload 2 /* serverHello */
            invokeinterface sun.security.ssl.HandshakeConsumer.consume:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
        43: .line 1018
      StackMap locals:
      StackMap stack:
            return
        end local 5 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec svs
        end local 4 // sun.security.ssl.ProtocolVersion serverVersion
        end local 3 // sun.security.ssl.SSLExtension[] extTypes
        end local 2 // sun.security.ssl.ServerHello$ServerHelloMessage serverHello
        end local 1 // sun.security.ssl.ClientHandshakeContext chc
        end local 0 // sun.security.ssl.ServerHello$ServerHelloConsumer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   44     0           this  Lsun/security/ssl/ServerHello$ServerHelloConsumer;
            0   44     1            chc  Lsun/security/ssl/ClientHandshakeContext;
            0   44     2    serverHello  Lsun/security/ssl/ServerHello$ServerHelloMessage;
            3   44     3       extTypes  [Lsun/security/ssl/SSLExtension;
           11   12     4  serverVersion  Lsun/security/ssl/ProtocolVersion;
           13   44     4  serverVersion  Lsun/security/ssl/ProtocolVersion;
            8   44     5            svs  Lsun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsSpec;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      chc          
      serverHello  
}
SourceFile: "ServerHello.java"
NestHost: sun.security.ssl.ServerHello
InnerClasses:
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
  private final ServerHelloConsumer = sun.security.ssl.ServerHello$ServerHelloConsumer of sun.security.ssl.ServerHello
  final ServerHelloMessage = sun.security.ssl.ServerHello$ServerHelloMessage of sun.security.ssl.ServerHello
  final SHSupportedVersionsSpec = sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec of sun.security.ssl.SupportedVersionsExtension