final class sun.security.ssl.HandshakeMessage$ServerHello extends sun.security.ssl.HandshakeMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.HandshakeMessage$ServerHello
  super_class: sun.security.ssl.HandshakeMessage
{
  sun.security.ssl.ProtocolVersion protocolVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 

  sun.security.ssl.RandomCookie svr_random;
    descriptor: Lsun/security/ssl/RandomCookie;
    flags: (0x0000) 

  sun.security.ssl.SessionId sessionId;
    descriptor: Lsun/security/ssl/SessionId;
    flags: (0x0000) 

  sun.security.ssl.CipherSuite cipherSuite;
    descriptor: Lsun/security/ssl/CipherSuite;
    flags: (0x0000) 

  byte compression_method;
    descriptor: B
    flags: (0x0000) 

  sun.security.ssl.HelloExtensions extensions;
    descriptor: Lsun/security/ssl/HelloExtensions;
    flags: (0x0000) 

  int messageType();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
         0: .line 319
            iconst_2
            ireturn
        end local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$ServerHello;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
         0: .line 328
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 326
            aload 0 /* this */
            new sun.security.ssl.HelloExtensions
            dup
            invokespecial sun.security.ssl.HelloExtensions.<init>:()V
            putfield sun.security.ssl.HandshakeMessage$ServerHello.extensions:Lsun/security/ssl/HelloExtensions;
         2: .line 330
            return
        end local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HandshakeMessage$ServerHello;

  void <init>(sun.security.ssl.HandshakeInStream, int);
    descriptor: (Lsun/security/ssl/HandshakeInStream;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
        start local 1 // sun.security.ssl.HandshakeInStream input
        start local 2 // int messageLength
         0: .line 332
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 326
            aload 0 /* this */
            new sun.security.ssl.HelloExtensions
            dup
            invokespecial sun.security.ssl.HelloExtensions.<init>:()V
            putfield sun.security.ssl.HandshakeMessage$ServerHello.extensions:Lsun/security/ssl/HelloExtensions;
         2: .line 333
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
         3: .line 334
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
         4: .line 333
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.HandshakeMessage$ServerHello.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         5: .line 335
            aload 0 /* this */
            new sun.security.ssl.RandomCookie
            dup
            aload 1 /* input */
            invokespecial sun.security.ssl.RandomCookie.<init>:(Lsun/security/ssl/HandshakeInStream;)V
            putfield sun.security.ssl.HandshakeMessage$ServerHello.svr_random:Lsun/security/ssl/RandomCookie;
         6: .line 336
            aload 0 /* this */
            new sun.security.ssl.SessionId
            dup
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getBytes8:()[B
            invokespecial sun.security.ssl.SessionId.<init>:([B)V
            putfield sun.security.ssl.HandshakeMessage$ServerHello.sessionId:Lsun/security/ssl/SessionId;
         7: .line 337
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            invokestatic sun.security.ssl.CipherSuite.valueOf:(II)Lsun/security/ssl/CipherSuite;
            putfield sun.security.ssl.HandshakeMessage$ServerHello.cipherSuite:Lsun/security/ssl/CipherSuite;
         8: .line 338
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            i2b
            putfield sun.security.ssl.HandshakeMessage$ServerHello.compression_method:B
         9: .line 339
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeMessage$ServerHello.messageLength:()I
            iload 2 /* messageLength */
            if_icmpeq 11
        10: .line 340
            aload 0 /* this */
            new sun.security.ssl.HelloExtensions
            dup
            aload 1 /* input */
            invokespecial sun.security.ssl.HelloExtensions.<init>:(Lsun/security/ssl/HandshakeInStream;)V
            putfield sun.security.ssl.HandshakeMessage$ServerHello.extensions:Lsun/security/ssl/HelloExtensions;
        11: .line 342
      StackMap locals: sun.security.ssl.HandshakeMessage$ServerHello sun.security.ssl.HandshakeInStream int
      StackMap stack:
            return
        end local 2 // int messageLength
        end local 1 // sun.security.ssl.HandshakeInStream input
        end local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lsun/security/ssl/HandshakeMessage$ServerHello;
            0   12     1          input  Lsun/security/ssl/HandshakeInStream;
            0   12     2  messageLength  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      input          
      messageLength  

  int messageLength();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
         0: .line 352
            bipush 38
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.sessionId:Lsun/security/ssl/SessionId;
            invokevirtual sun.security.ssl.SessionId.length:()I
            iadd
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.extensions:Lsun/security/ssl/HelloExtensions;
            invokevirtual sun.security.ssl.HelloExtensions.length:()I
            iadd
            ireturn
        end local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$ServerHello;

  void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
        start local 1 // sun.security.ssl.HandshakeOutStream s
         0: .line 357
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         1: .line 358
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         2: .line 359
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.svr_random:Lsun/security/ssl/RandomCookie;
            aload 1 /* s */
            invokevirtual sun.security.ssl.RandomCookie.send:(Lsun/security/ssl/HandshakeOutStream;)V
         3: .line 360
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.sessionId:Lsun/security/ssl/SessionId;
            invokevirtual sun.security.ssl.SessionId.getId:()[B
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes8:([B)V
         4: .line 361
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.id:I
            bipush 8
            ishr
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         5: .line 362
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.id:I
            sipush 255
            iand
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         6: .line 363
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.compression_method:B
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         7: .line 364
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.extensions:Lsun/security/ssl/HelloExtensions;
            aload 1 /* s */
            invokevirtual sun.security.ssl.HelloExtensions.send:(Lsun/security/ssl/HandshakeOutStream;)V
         8: .line 365
            return
        end local 1 // sun.security.ssl.HandshakeOutStream s
        end local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/ssl/HandshakeMessage$ServerHello;
            0    9     1     s  Lsun/security/ssl/HandshakeOutStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  void print(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
        start local 1 // java.io.PrintStream s
         0: .line 369
            aload 1 /* s */
            new java.lang.StringBuilder
            dup
            ldc "*** ServerHello, "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 371
            getstatic sun.security.ssl.HandshakeMessage$ServerHello.debug:Lsun/security/ssl/Debug;
            ifnull 9
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 9
         2: .line 372
            aload 1 /* s */
            ldc "RandomCookie:  "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.svr_random:Lsun/security/ssl/RandomCookie;
            aload 1 /* s */
            invokevirtual sun.security.ssl.RandomCookie.print:(Ljava/io/PrintStream;)V
         3: .line 376
            aload 1 /* s */
            ldc "Session ID:  "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         4: .line 377
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.sessionId:Lsun/security/ssl/SessionId;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         5: .line 379
            aload 1 /* s */
            new java.lang.StringBuilder
            dup
            ldc "Cipher Suite: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.cipherSuite:Lsun/security/ssl/CipherSuite;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 380
            aload 1 /* s */
            new java.lang.StringBuilder
            dup
            ldc "Compression Method: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.compression_method:B
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         7: .line 381
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$ServerHello.extensions:Lsun/security/ssl/HelloExtensions;
            aload 1 /* s */
            invokevirtual sun.security.ssl.HelloExtensions.print:(Ljava/io/PrintStream;)V
         8: .line 382
            aload 1 /* s */
            ldc "***"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 384
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream s
        end local 0 // sun.security.ssl.HandshakeMessage$ServerHello this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/security/ssl/HandshakeMessage$ServerHello;
            0   10     1     s  Ljava/io/PrintStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "HandshakeMessage.java"
NestHost: sun.security.ssl.HandshakeMessage
InnerClasses:
  final ServerHello = sun.security.ssl.HandshakeMessage$ServerHello of sun.security.ssl.HandshakeMessage