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

  public byte[] produce(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
    descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestProducer this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 135
            aload 1 /* context */
            checkcast sun.security.ssl.ServerHandshakeContext
            astore 3 /* shc */
        start local 3 // sun.security.ssl.ServerHandshakeContext shc
         1: .line 138
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeProducers:Ljava/util/HashMap;
            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;
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 141
            new sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage
            dup
            aload 3 /* shc */
            aload 2 /* message */
            invokespecial sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.<init>:(Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
         3: .line 140
            astore 4 /* hvrm */
        start local 4 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage hvrm
         4: .line 142
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 7
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 7
         5: .line 144
            ldc "Produced HelloVerifyRequest handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* hvrm */
            aastore
         6: .line 143
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 148
      StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage
      StackMap stack:
            aload 4 /* hvrm */
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.write:(Lsun/security/ssl/HandshakeOutStream;)V
         8: .line 149
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeOutput:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
         9: .line 154
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeHash:Lsun/security/ssl/HandshakeHash;
            invokevirtual sun.security.ssl.HandshakeHash.finish:()V
        10: .line 155
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
        11: .line 158
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
        12: .line 159
            getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
        13: .line 158
            invokevirtual java.util.LinkedHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        14: .line 162
            aconst_null
            areturn
        end local 4 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage hvrm
        end local 3 // sun.security.ssl.ServerHandshakeContext shc
        end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
        end local 1 // sun.security.ssl.ConnectionContext context
        end local 0 // sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestProducer;
            0   15     1  context  Lsun/security/ssl/ConnectionContext;
            0   15     2  message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            1   15     3      shc  Lsun/security/ssl/ServerHandshakeContext;
            4   15     4     hvrm  Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "HelloVerifyRequest.java"
NestHost: sun.security.ssl.HelloVerifyRequest
InnerClasses:
  final HelloVerifyRequestMessage = sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage of sun.security.ssl.HelloVerifyRequest
  private final HelloVerifyRequestProducer = sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestProducer of sun.security.ssl.HelloVerifyRequest
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake