final class sun.security.ssl.ECDHClientKeyExchange extends sun.security.ssl.HandshakeMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.ECDHClientKeyExchange
  super_class: sun.security.ssl.HandshakeMessage
{
  private byte[] encodedPoint;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

  byte[] getEncodedPoint();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.ECDHClientKeyExchange this
         0: .line 51
            aload 0 /* this */
            getfield sun.security.ssl.ECDHClientKeyExchange.encodedPoint:[B
            areturn
        end local 0 // sun.security.ssl.ECDHClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/ECDHClientKeyExchange;

  void <init>(java.security.PublicKey);
    descriptor: (Ljava/security/PublicKey;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.security.ssl.ECDHClientKeyExchange this
        start local 1 // java.security.PublicKey publicKey
         0: .line 55
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 56
            aload 1 /* publicKey */
            checkcast java.security.interfaces.ECPublicKey
            astore 2 /* ecKey */
        start local 2 // java.security.interfaces.ECPublicKey ecKey
         2: .line 57
            aload 2 /* ecKey */
            invokeinterface java.security.interfaces.ECPublicKey.getW:()Ljava/security/spec/ECPoint;
            astore 3 /* point */
        start local 3 // java.security.spec.ECPoint point
         3: .line 58
            aload 2 /* ecKey */
            invokeinterface java.security.interfaces.ECPublicKey.getParams:()Ljava/security/spec/ECParameterSpec;
            astore 4 /* params */
        start local 4 // java.security.spec.ECParameterSpec params
         4: .line 59
            aload 0 /* this */
            aload 3 /* point */
            aload 4 /* params */
            invokevirtual java.security.spec.ECParameterSpec.getCurve:()Ljava/security/spec/EllipticCurve;
            invokestatic sun.security.ssl.JsseJce.encodePoint:(Ljava/security/spec/ECPoint;Ljava/security/spec/EllipticCurve;)[B
            putfield sun.security.ssl.ECDHClientKeyExchange.encodedPoint:[B
         5: .line 60
            return
        end local 4 // java.security.spec.ECParameterSpec params
        end local 3 // java.security.spec.ECPoint point
        end local 2 // java.security.interfaces.ECPublicKey ecKey
        end local 1 // java.security.PublicKey publicKey
        end local 0 // sun.security.ssl.ECDHClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/security/ssl/ECDHClientKeyExchange;
            0    6     1  publicKey  Ljava/security/PublicKey;
            2    6     2      ecKey  Ljava/security/interfaces/ECPublicKey;
            3    6     3      point  Ljava/security/spec/ECPoint;
            4    6     4     params  Ljava/security/spec/ECParameterSpec;
    MethodParameters:
           Name  Flags
      publicKey  

  void <init>(sun.security.ssl.HandshakeInStream);
    descriptor: (Lsun/security/ssl/HandshakeInStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.ECDHClientKeyExchange this
        start local 1 // sun.security.ssl.HandshakeInStream input
         0: .line 62
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getBytes8:()[B
            putfield sun.security.ssl.ECDHClientKeyExchange.encodedPoint:[B
         2: .line 64
            return
        end local 1 // sun.security.ssl.HandshakeInStream input
        end local 0 // sun.security.ssl.ECDHClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/security/ssl/ECDHClientKeyExchange;
            0    3     1  input  Lsun/security/ssl/HandshakeInStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

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

  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.ECDHClientKeyExchange this
        start local 1 // sun.security.ssl.HandshakeOutStream s
         0: .line 71
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.ECDHClientKeyExchange.encodedPoint:[B
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes8:([B)V
         1: .line 72
            return
        end local 1 // sun.security.ssl.HandshakeOutStream s
        end local 0 // sun.security.ssl.ECDHClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/ECDHClientKeyExchange;
            0    2     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=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.ECDHClientKeyExchange this
        start local 1 // java.io.PrintStream s
         0: .line 75
            aload 1 /* s */
            ldc "*** ECDHClientKeyExchange"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 77
            getstatic sun.security.ssl.ECDHClientKeyExchange.debug:Lsun/security/ssl/Debug;
            ifnull 3
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 78
            aload 1 /* s */
            ldc "ECDH Public value"
            aload 0 /* this */
            getfield sun.security.ssl.ECDHClientKeyExchange.encodedPoint:[B
            invokestatic sun.security.ssl.Debug.println:(Ljava/io/PrintStream;Ljava/lang/String;[B)V
         3: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream s
        end local 0 // sun.security.ssl.ECDHClientKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/ECDHClientKeyExchange;
            0    4     1     s  Ljava/io/PrintStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "ECDHClientKeyExchange.java"