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

  final boolean useTLS10PlusSpec;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

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

  void <init>(sun.security.ssl.HandshakeContext, sun.security.ssl.RSAKeyExchange$RSAPremasterSecret, java.security.PublicKey);
    descriptor: (Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/RSAKeyExchange$RSAPremasterSecret;Ljava/security/PublicKey;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
        start local 1 // sun.security.ssl.HandshakeContext context
        start local 2 // sun.security.ssl.RSAKeyExchange$RSAPremasterSecret premaster
        start local 3 // java.security.PublicKey publicKey
         0: .line 65
            aload 0 /* this */
            aload 1 /* context */
            invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
         1: .line 66
            aload 0 /* this */
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.clientHelloVersion:I
            putfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.protocolVersion:I
         2: .line 67
            aload 0 /* this */
            aload 2 /* premaster */
         3: .line 68
            aload 3 /* publicKey */
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
         4: .line 67
            invokevirtual sun.security.ssl.RSAKeyExchange$RSAPremasterSecret.getEncoded:(Ljava/security/PublicKey;Ljava/security/SecureRandom;)[B
            putfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
         5: .line 69
            aload 0 /* this */
         6: .line 70
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.protocolVersion:I
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.isDTLS:()Z
         7: .line 69
            invokestatic sun.security.ssl.ProtocolVersion.useTLS10PlusSpec:(IZ)Z
            putfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.useTLS10PlusSpec:Z
         8: .line 71
            return
        end local 3 // java.security.PublicKey publicKey
        end local 2 // sun.security.ssl.RSAKeyExchange$RSAPremasterSecret premaster
        end local 1 // sun.security.ssl.HandshakeContext context
        end local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/security/ssl/RSAClientKeyExchange$RSAClientKeyExchangeMessage;
            0    9     1    context  Lsun/security/ssl/HandshakeContext;
            0    9     2  premaster  Lsun/security/ssl/RSAKeyExchange$RSAPremasterSecret;
            0    9     3  publicKey  Ljava/security/PublicKey;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
           Name  Flags
      context    
      premaster  
      publicKey  

  void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
        start local 1 // sun.security.ssl.HandshakeContext context
        start local 2 // java.nio.ByteBuffer m
         0: .line 75
            aload 0 /* this */
            aload 1 /* context */
            invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
         1: .line 77
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            if_icmpge 5
         2: .line 78
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.HANDSHAKE_FAILURE:Lsun/security/ssl/Alert;
         3: .line 79
            ldc "Invalid RSA ClientKeyExchange message: insufficient data"
         4: .line 78
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
         5: .line 82
      StackMap locals: sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage sun.security.ssl.HandshakeContext java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.clientHelloVersion:I
            putfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.protocolVersion:I
         6: .line 83
            aload 0 /* this */
         7: .line 84
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.protocolVersion:I
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.isDTLS:()Z
         8: .line 83
            invokestatic sun.security.ssl.ProtocolVersion.useTLS10PlusSpec:(IZ)Z
            putfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.useTLS10PlusSpec:Z
         9: .line 85
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.useTLS10PlusSpec:Z
            ifeq 12
        10: .line 86
            aload 0 /* this */
            aload 2 /* m */
            invokestatic sun.security.ssl.Record.getBytes16:(Ljava/nio/ByteBuffer;)[B
            putfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
        11: .line 87
            goto 14
        12: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* m */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            newarray 8
            putfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
        13: .line 89
            aload 2 /* m */
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        14: .line 91
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.nio.ByteBuffer m
        end local 1 // sun.security.ssl.HandshakeContext context
        end local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lsun/security/ssl/RSAClientKeyExchange$RSAClientKeyExchangeMessage;
            0   15     1  context  Lsun/security/ssl/HandshakeContext;
            0   15     2        m  Ljava/nio/ByteBuffer;
    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.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
         0: .line 95
            getstatic sun.security.ssl.SSLHandshake.CLIENT_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
            areturn
        end local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/RSAClientKeyExchange$RSAClientKeyExchangeMessage;

  public int messageLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
         0: .line 100
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.useTLS10PlusSpec:Z
            ifeq 2
         1: .line 101
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
            arraylength
            iconst_2
            iadd
            ireturn
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
            arraylength
            ireturn
        end local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/RSAClientKeyExchange$RSAClientKeyExchangeMessage;

  public void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
        start local 1 // sun.security.ssl.HandshakeOutStream hos
         0: .line 109
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.useTLS10PlusSpec:Z
            ifeq 3
         1: .line 110
            aload 1 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes16:([B)V
         2: .line 111
            goto 4
         3: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([B)V
         4: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.ssl.HandshakeOutStream hos
        end local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/RSAClientKeyExchange$RSAClientKeyExchangeMessage;
            0    5     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=5, locals=4, args_size=1
        start local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
         0: .line 118
            new java.text.MessageFormat
            dup
         1: .line 119
            ldc "\"RSA ClientKeyExchange\": '{'\n  \"client_version\":  {0}\n  \"encncrypted\": '{'\n{1}\n  '}'\n'}'"
         2: .line 125
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
         3: .line 118
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
            astore 1 /* messageFormat */
        start local 1 // java.text.MessageFormat messageFormat
         4: .line 127
            new sun.security.util.HexDumpEncoder
            dup
            invokespecial sun.security.util.HexDumpEncoder.<init>:()V
            astore 2 /* hexEncoder */
        start local 2 // sun.security.util.HexDumpEncoder hexEncoder
         5: .line 128
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         6: .line 129
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.protocolVersion:I
            invokestatic sun.security.ssl.ProtocolVersion.nameOf:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
         7: .line 131
            aload 2 /* hexEncoder */
            aload 0 /* this */
            getfield sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage.encrypted:[B
            invokevirtual sun.security.util.HexDumpEncoder.encodeBuffer:([B)Ljava/lang/String;
            ldc "    "
         8: .line 130
            invokestatic sun.security.ssl.Utilities.indent:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            aastore
         9: .line 128
            astore 3 /* messageFields */
        start local 3 // java.lang.Object[] messageFields
        10: .line 133
            aload 1 /* messageFormat */
            aload 3 /* messageFields */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 3 // java.lang.Object[] messageFields
        end local 2 // sun.security.util.HexDumpEncoder hexEncoder
        end local 1 // java.text.MessageFormat messageFormat
        end local 0 // sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lsun/security/ssl/RSAClientKeyExchange$RSAClientKeyExchangeMessage;
            4   11     1  messageFormat  Ljava/text/MessageFormat;
            5   11     2     hexEncoder  Lsun/security/util/HexDumpEncoder;
           10   11     3  messageFields  [Ljava/lang/Object;
}
SourceFile: "RSAClientKeyExchange.java"
NestHost: sun.security.ssl.RSAClientKeyExchange
InnerClasses:
  private final RSAClientKeyExchangeMessage = sun.security.ssl.RSAClientKeyExchange$RSAClientKeyExchangeMessage of sun.security.ssl.RSAClientKeyExchange
  final RSAPremasterSecret = sun.security.ssl.RSAKeyExchange$RSAPremasterSecret of sun.security.ssl.RSAKeyExchange
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake