final class sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage extends sun.security.ssl.SSLHandshake$HandshakeMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage
  super_class: sun.security.ssl.SSLHandshake$HandshakeMessage
{
  final int serverVersion;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final byte[] cookie;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  void <init>(sun.security.ssl.HandshakeContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
    descriptor: (Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
        start local 1 // sun.security.ssl.HandshakeContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 53
            aload 0 /* this */
            aload 1 /* context */
            invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
         1: .line 56
            aload 1 /* context */
            checkcast sun.security.ssl.ServerHandshakeContext
         2: .line 55
            astore 3 /* shc */
        start local 3 // sun.security.ssl.ServerHandshakeContext shc
         3: .line 57
            aload 2 /* message */
            checkcast sun.security.ssl.ClientHello$ClientHelloMessage
            astore 4 /* clientHello */
        start local 4 // sun.security.ssl.ClientHello$ClientHelloMessage clientHello
         4: .line 60
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            getstatic sun.security.ssl.ProtocolVersion.DTLS10:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.SSLContextImpl.getHelloCookieManager:(Lsun/security/ssl/ProtocolVersion;)Lsun/security/ssl/HelloCookieManager;
         5: .line 59
            astore 5 /* hcMgr */
        start local 5 // sun.security.ssl.HelloCookieManager hcMgr
         6: .line 61
            aload 0 /* this */
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.clientHelloVersion:I
            putfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
         7: .line 62
            aload 0 /* this */
            aload 5 /* hcMgr */
            aload 3 /* shc */
            aload 4 /* clientHello */
            invokevirtual sun.security.ssl.HelloCookieManager.createCookie:(Lsun/security/ssl/ServerHandshakeContext;Lsun/security/ssl/ClientHello$ClientHelloMessage;)[B
            putfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.cookie:[B
         8: .line 63
            return
        end local 5 // sun.security.ssl.HelloCookieManager hcMgr
        end local 4 // sun.security.ssl.ClientHello$ClientHelloMessage clientHello
        end local 3 // sun.security.ssl.ServerHandshakeContext shc
        end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
        end local 1 // sun.security.ssl.HandshakeContext context
        end local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
            0    9     1      context  Lsun/security/ssl/HandshakeContext;
            0    9     2      message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            3    9     3          shc  Lsun/security/ssl/ServerHandshakeContext;
            4    9     4  clientHello  Lsun/security/ssl/ClientHello$ClientHelloMessage;
            6    9     5        hcMgr  Lsun/security/ssl/HelloCookieManager;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  

  void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
        start local 1 // sun.security.ssl.HandshakeContext context
        start local 2 // java.nio.ByteBuffer m
         0: .line 67
            aload 0 /* this */
            aload 1 /* context */
            invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
         1: .line 69
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 3 /* chc */
        start local 3 // sun.security.ssl.ClientHandshakeContext chc
         2: .line 75
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_3
            if_icmpge 6
         3: .line 76
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
         4: .line 77
            ldc "Invalid HelloVerifyRequest: no sufficient data"
         5: .line 76
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
         6: .line 80
      StackMap locals: sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage sun.security.ssl.HandshakeContext java.nio.ByteBuffer sun.security.ssl.ClientHandshakeContext
      StackMap stack:
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 4 /* major */
        start local 4 // byte major
         7: .line 81
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* minor */
        start local 5 // byte minor
         8: .line 82
            aload 0 /* this */
            iload 4 /* major */
            sipush 255
            iand
            bipush 8
            ishl
            iload 5 /* minor */
            sipush 255
            iand
            ior
            putfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
         9: .line 83
            aload 0 /* this */
            aload 2 /* m */
            invokestatic sun.security.ssl.Record.getBytes8:(Ljava/nio/ByteBuffer;)[B
            putfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.cookie:[B
        10: .line 84
            return
        end local 5 // byte minor
        end local 4 // byte major
        end local 3 // sun.security.ssl.ClientHandshakeContext chc
        end local 2 // java.nio.ByteBuffer m
        end local 1 // sun.security.ssl.HandshakeContext context
        end local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
            0   11     1  context  Lsun/security/ssl/HandshakeContext;
            0   11     2        m  Ljava/nio/ByteBuffer;
            2   11     3      chc  Lsun/security/ssl/ClientHandshakeContext;
            7   11     4    major  B
            8   11     5    minor  B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      m        

  public sun.security.ssl.SSLHandshake handshakeType();
    descriptor: ()Lsun/security/ssl/SSLHandshake;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
         0: .line 88
            getstatic sun.security.ssl.SSLHandshake.HELLO_VERIFY_REQUEST:Lsun/security/ssl/SSLHandshake;
            areturn
        end local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;

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

  public void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
        start local 1 // sun.security.ssl.HandshakeOutStream hos
         0: .line 99
            aload 1 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
            bipush 8
            iushr
            sipush 255
            iand
            i2b
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         1: .line 100
            aload 1 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
            sipush 255
            iand
            i2b
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         2: .line 101
            aload 1 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.cookie:[B
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes8:([B)V
         3: .line 102
            return
        end local 1 // sun.security.ssl.HandshakeOutStream hos
        end local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
            0    4     1   hos  Lsun/security/ssl/HandshakeOutStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      hos   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
         0: .line 106
            new java.text.MessageFormat
            dup
         1: .line 107
            ldc "\"HelloVerifyRequest\": '{'\n  \"server version\"      : \"{0}\",\n  \"cookie\"              : \"{1}\",\n'}'"
         2: .line 111
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
         3: .line 106
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
            astore 1 /* messageFormat */
        start local 1 // java.text.MessageFormat messageFormat
         4: .line 112
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 113
            aload 0 /* this */
            getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
            invokestatic sun.security.ssl.ProtocolVersion.nameOf:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         6: .line 114
            aload 0 /* this */
            getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.cookie:[B
            invokestatic sun.security.ssl.Utilities.toHexString:([B)Ljava/lang/String;
            aastore
         7: .line 112
            astore 2 /* messageFields */
        start local 2 // java.lang.Object[] messageFields
         8: .line 117
            aload 1 /* messageFormat */
            aload 2 /* messageFields */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.Object[] messageFields
        end local 1 // java.text.MessageFormat messageFormat
        end local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
            4    9     1  messageFormat  Ljava/text/MessageFormat;
            8    9     2  messageFields  [Ljava/lang/Object;
}
SourceFile: "HelloVerifyRequest.java"
NestHost: sun.security.ssl.HelloVerifyRequest
InnerClasses:
  final ClientHelloMessage = sun.security.ssl.ClientHello$ClientHelloMessage of sun.security.ssl.ClientHello
  final HelloVerifyRequestMessage = sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage of sun.security.ssl.HelloVerifyRequest
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake