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

  byte[] cookie;
    descriptor: [B
    flags: (0x0000) 

  void <init>(sun.security.ssl.HelloCookieManager, sun.security.ssl.HandshakeMessage$ClientHello);
    descriptor: (Lsun/security/ssl/HelloCookieManager;Lsun/security/ssl/HandshakeMessage$ClientHello;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
        start local 1 // sun.security.ssl.HelloCookieManager helloCookieManager
        start local 2 // sun.security.ssl.HandshakeMessage$ClientHello clientHelloMsg
         0: .line 254
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 257
            aload 0 /* this */
            aload 2 /* clientHelloMsg */
            getfield sun.security.ssl.HandshakeMessage$ClientHello.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         2: .line 258
            aload 0 /* this */
            aload 1 /* helloCookieManager */
            aload 2 /* clientHelloMsg */
            invokevirtual sun.security.ssl.HelloCookieManager.getCookie:(Lsun/security/ssl/HandshakeMessage$ClientHello;)[B
            putfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
         3: .line 259
            return
        end local 2 // sun.security.ssl.HandshakeMessage$ClientHello clientHelloMsg
        end local 1 // sun.security.ssl.HelloCookieManager helloCookieManager
        end local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
            0    4     1  helloCookieManager  Lsun/security/ssl/HelloCookieManager;
            0    4     2      clientHelloMsg  Lsun/security/ssl/HandshakeMessage$ClientHello;
    MethodParameters:
                    Name  Flags
      helloCookieManager  
      clientHelloMsg      

  void <init>(sun.security.ssl.HandshakeInStream, int);
    descriptor: (Lsun/security/ssl/HandshakeInStream;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
        start local 1 // sun.security.ssl.HandshakeInStream input
        start local 2 // int messageLength
         0: .line 261
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 264
            aload 0 /* this */
         2: .line 265
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
         3: .line 264
            putfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         4: .line 266
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getBytes8:()[B
            putfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
         5: .line 269
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
            invokestatic sun.security.ssl.HelloCookieManager.checkCookie:(Lsun/security/ssl/ProtocolVersion;[B)V
         6: .line 270
            return
        end local 2 // int messageLength
        end local 1 // sun.security.ssl.HandshakeInStream input
        end local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
            0    7     1          input  Lsun/security/ssl/HandshakeInStream;
            0    7     2  messageLength  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      input          
      messageLength  

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

  int messageLength();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
         0: .line 279
            iconst_2
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
            arraylength
            iadd
            ireturn
        end local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;

  void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
        start local 1 // sun.security.ssl.HandshakeOutStream hos
         0: .line 284
            aload 1 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         1: .line 285
            aload 1 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         2: .line 286
            aload 1 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes8:([B)V
         3: .line 287
            return
        end local 1 // sun.security.ssl.HandshakeOutStream hos
        end local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
            0    4     1   hos  Lsun/security/ssl/HandshakeOutStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      hos   

  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$HelloVerifyRequest this
        start local 1 // java.io.PrintStream out
         0: .line 291
            aload 1 /* out */
            ldc "*** HelloVerifyRequest"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 292
            getstatic sun.security.ssl.HandshakeMessage$HelloVerifyRequest.debug:Lsun/security/ssl/Debug;
            ifnull 4
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 293
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc "server_version: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.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
         3: .line 294
            aload 1 /* out */
            ldc "cookie"
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
            invokestatic sun.security.ssl.Debug.println:(Ljava/io/PrintStream;Ljava/lang/String;[B)V
         4: .line 296
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream out
        end local 0 // sun.security.ssl.HandshakeMessage$HelloVerifyRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
            0    5     1   out  Ljava/io/PrintStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "HandshakeMessage.java"
NestHost: sun.security.ssl.HandshakeMessage
InnerClasses:
  final ClientHello = sun.security.ssl.HandshakeMessage$ClientHello of sun.security.ssl.HandshakeMessage
  final HelloVerifyRequest = sun.security.ssl.HandshakeMessage$HelloVerifyRequest of sun.security.ssl.HandshakeMessage