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

  public void consume(sun.security.ssl.ConnectionContext, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/ConnectionContext;Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeConsumer this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // java.nio.ByteBuffer message
         0: .line 503
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 3 /* chc */
        start local 3 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 507
            new sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage
            dup
            aload 3 /* chc */
            aload 2 /* message */
            invokespecial sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage.<init>:(Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
         2: .line 506
            astore 4 /* skem */
        start local 4 // sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage skem
         3: .line 508
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 6
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 510
            ldc "Consuming ECDH ServerKeyExchange handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* skem */
            aastore
         5: .line 509
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 516
      StackMap locals: sun.security.ssl.ClientHandshakeContext sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeCredentials:Ljava/util/List;
            aload 4 /* skem */
            getfield sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage.sslCredentials:Lsun/security/ssl/SSLCredentials;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 522
            return
        end local 4 // sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage skem
        end local 3 // sun.security.ssl.ClientHandshakeContext chc
        end local 2 // java.nio.ByteBuffer message
        end local 1 // sun.security.ssl.ConnectionContext context
        end local 0 // sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeConsumer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lsun/security/ssl/ECDHServerKeyExchange$ECDHServerKeyExchangeConsumer;
            0    8     1  context  Lsun/security/ssl/ConnectionContext;
            0    8     2  message  Ljava/nio/ByteBuffer;
            1    8     3      chc  Lsun/security/ssl/ClientHandshakeContext;
            3    8     4     skem  Lsun/security/ssl/ECDHServerKeyExchange$ECDHServerKeyExchangeMessage;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "ECDHServerKeyExchange.java"
NestHost: sun.security.ssl.ECDHServerKeyExchange
InnerClasses:
  private final ECDHServerKeyExchangeConsumer = sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeConsumer of sun.security.ssl.ECDHServerKeyExchange
  private final ECDHServerKeyExchangeMessage = sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage of sun.security.ssl.ECDHServerKeyExchange