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

  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=3, locals=10, args_size=3
        start local 0 // sun.security.ssl.ServerKeyExchange$ServerKeyExchangeConsumer this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // java.nio.ByteBuffer message
         0: .line 90
            aload 1 /* context */
            checkcast sun.security.ssl.ClientHandshakeContext
            astore 3 /* chc */
        start local 3 // sun.security.ssl.ClientHandshakeContext chc
         1: .line 93
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
            getstatic sun.security.ssl.SSLHandshake.SERVER_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokevirtual java.util.LinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 95
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.handshakeConsumers:Ljava/util/LinkedHashMap;
         3: .line 96
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_STATUS:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
         4: .line 95
            invokevirtual java.util.LinkedHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.SSLConsumer
            astore 4 /* certStatCons */
        start local 4 // sun.security.ssl.SSLConsumer certStatCons
         5: .line 97
            aload 4 /* certStatCons */
            ifnull 7
         6: .line 101
            getstatic sun.security.ssl.CertificateStatus.handshakeAbsence:Lsun/security/ssl/HandshakeAbsence;
            aload 1 /* context */
            aconst_null
            invokeinterface sun.security.ssl.HandshakeAbsence.absent:(Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
         7: .line 105
      StackMap locals: sun.security.ssl.ClientHandshakeContext sun.security.ssl.SSLConsumer
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.negotiatedCipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
         8: .line 106
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
         9: .line 104
            invokestatic sun.security.ssl.SSLKeyExchange.valueOf:(Lsun/security/ssl/CipherSuite$KeyExchange;Lsun/security/ssl/ProtocolVersion;)Lsun/security/ssl/SSLKeyExchange;
            astore 5 /* ke */
        start local 5 // sun.security.ssl.SSLKeyExchange ke
        10: .line 107
            aload 5 /* ke */
            ifnull 18
        11: .line 109
            aload 5 /* ke */
            aload 3 /* chc */
            invokevirtual sun.security.ssl.SSLKeyExchange.getHandshakeConsumers:(Lsun/security/ssl/HandshakeContext;)[Ljava/util/Map$Entry;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 17
      StackMap locals: sun.security.ssl.ServerKeyExchange$ServerKeyExchangeConsumer sun.security.ssl.ConnectionContext java.nio.ByteBuffer sun.security.ssl.ClientHandshakeContext sun.security.ssl.SSLConsumer sun.security.ssl.SSLKeyExchange top int int java.util.Map$Entry[]
      StackMap stack:
        12: aload 9
            iload 7
            aaload
            astore 6 /* hc */
        start local 6 // java.util.Map$Entry hc
        13: .line 110
            aload 6 /* hc */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            getstatic sun.security.ssl.SSLHandshake.SERVER_KEY_EXCHANGE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            if_icmpne 16
        14: .line 111
            aload 6 /* hc */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast sun.security.ssl.SSLConsumer
            aload 1 /* context */
            aload 2 /* message */
            invokeinterface sun.security.ssl.SSLConsumer.consume:(Lsun/security/ssl/ConnectionContext;Ljava/nio/ByteBuffer;)V
        15: .line 112
            return
        end local 6 // java.util.Map$Entry hc
        16: .line 108
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        17: iload 7
            iload 8
            if_icmplt 12
        18: .line 118
      StackMap locals: sun.security.ssl.ServerKeyExchange$ServerKeyExchangeConsumer sun.security.ssl.ConnectionContext java.nio.ByteBuffer sun.security.ssl.ClientHandshakeContext sun.security.ssl.SSLConsumer sun.security.ssl.SSLKeyExchange
      StackMap stack:
            aload 3 /* chc */
            getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
        19: .line 119
            ldc "Unexpected ServerKeyExchange handshake message."
        20: .line 118
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        end local 5 // sun.security.ssl.SSLKeyExchange ke
        end local 4 // sun.security.ssl.SSLConsumer certStatCons
        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.ServerKeyExchange$ServerKeyExchangeConsumer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lsun/security/ssl/ServerKeyExchange$ServerKeyExchangeConsumer;
            0   21     1       context  Lsun/security/ssl/ConnectionContext;
            0   21     2       message  Ljava/nio/ByteBuffer;
            1   21     3           chc  Lsun/security/ssl/ClientHandshakeContext;
            5   21     4  certStatCons  Lsun/security/ssl/SSLConsumer;
           10   21     5            ke  Lsun/security/ssl/SSLKeyExchange;
           13   16     6            hc  Ljava/util/Map$Entry<Ljava/lang/Byte;Lsun/security/ssl/SSLConsumer;>;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "ServerKeyExchange.java"
NestHost: sun.security.ssl.ServerKeyExchange
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  final KeyExchange = sun.security.ssl.CipherSuite$KeyExchange of sun.security.ssl.CipherSuite
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
  private final ServerKeyExchangeConsumer = sun.security.ssl.ServerKeyExchange$ServerKeyExchangeConsumer of sun.security.ssl.ServerKeyExchange