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 521
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 523
            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 529
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 3 /* chc */
        start local 3 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 532
            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 531
            astore 4 /* skem */
        start local 4 // sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage skem
         3: .line 533
            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 535
            ldc "Consuming ECDH ServerKeyExchange handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* skem */
            aastore
         5: .line 534
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 542
      StackMap locals: sun.security.ssl.ClientHandshakeContext sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.algorithmConstraints:Ljava/security/AlgorithmConstraints;
         7: .line 543
            getstatic java.security.CryptoPrimitive.KEY_AGREEMENT:Ljava/security/CryptoPrimitive;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
         8: .line 544
            aload 4 /* skem */
            getfield sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage.publicKey:Ljava/security/interfaces/ECPublicKey;
         9: .line 542
            invokeinterface java.security.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/security/Key;)Z
        10: .line 544
            ifne 14
        11: .line 545
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.INSUFFICIENT_SECURITY:Lsun/security/ssl/Alert;
        12: .line 546
            ldc "ECDH ServerKeyExchange does not comply to algorithm constraints"
        13: .line 545
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        14: .line 553
      StackMap locals:
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeCredentials:Ljava/util/List;
        15: .line 554
            new sun.security.ssl.ECDHKeyExchange$ECDHECredentials
            dup
            aload 4 /* skem */
            getfield sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage.publicKey:Ljava/security/interfaces/ECPublicKey;
            aload 4 /* skem */
            getfield sun.security.ssl.ECDHServerKeyExchange$ECDHServerKeyExchangeMessage.namedGroup:Lsun/security/ssl/SupportedGroupsExtension$NamedGroup;
            invokespecial sun.security.ssl.ECDHKeyExchange$ECDHECredentials.<init>:(Ljava/security/interfaces/ECPublicKey;Lsun/security/ssl/SupportedGroupsExtension$NamedGroup;)V
        16: .line 553
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        17: .line 560
            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   18     0     this  Lsun/security/ssl/ECDHServerKeyExchange$ECDHServerKeyExchangeConsumer;
            0   18     1  context  Lsun/security/ssl/ConnectionContext;
            0   18     2  message  Ljava/nio/ByteBuffer;
            1   18     3      chc  Lsun/security/ssl/ClientHandshakeContext;
            3   18     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:
  final ECDHECredentials = sun.security.ssl.ECDHKeyExchange$ECDHECredentials of sun.security.ssl.ECDHKeyExchange
  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
  final NamedGroup = sun.security.ssl.SupportedGroupsExtension$NamedGroup of sun.security.ssl.SupportedGroupsExtension