final class sun.security.ssl.SSLKeyExchange$T13KeyAgreement implements sun.security.ssl.SSLKeyAgreement
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SSLKeyExchange$T13KeyAgreement
  super_class: java.lang.Object
{
  private final sun.security.ssl.NamedGroup namedGroup;
    descriptor: Lsun/security/ssl/NamedGroup;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final java.util.Map<sun.security.ssl.NamedGroup, sun.security.ssl.SSLKeyExchange$T13KeyAgreement> supportedKeyShares;
    descriptor: Ljava/util/Map;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Lsun/security/ssl/NamedGroup;Lsun/security/ssl/SSLKeyExchange$T13KeyAgreement;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=0
         0: .line 548
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.security.ssl.SSLKeyExchange$T13KeyAgreement.supportedKeyShares:Ljava/util/Map;
         1: .line 552
            getstatic sun.security.ssl.SupportedGroupsExtension$SupportedGroups.supportedNamedGroups:[Lsun/security/ssl/NamedGroup;
            dup
            astore 3
            arraylength
            istore 2
            iconst_0
            istore 1
            goto 7
      StackMap locals: top int int sun.security.ssl.NamedGroup[]
      StackMap stack:
         2: aload 3
            iload 1
            aaload
            astore 0 /* namedGroup */
        start local 0 // sun.security.ssl.NamedGroup namedGroup
         3: .line 553
            getstatic sun.security.ssl.SSLKeyExchange$T13KeyAgreement.supportedKeyShares:Ljava/util/Map;
         4: .line 554
            aload 0 /* namedGroup */
            new sun.security.ssl.SSLKeyExchange$T13KeyAgreement
            dup
            aload 0 /* namedGroup */
            invokespecial sun.security.ssl.SSLKeyExchange$T13KeyAgreement.<init>:(Lsun/security/ssl/NamedGroup;)V
         5: .line 553
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 0 // sun.security.ssl.NamedGroup namedGroup
         6: .line 551
            iinc 1 1
      StackMap locals:
      StackMap stack:
         7: iload 1
            iload 2
            if_icmplt 2
         8: .line 556
            return
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            3    6     0  namedGroup  Lsun/security/ssl/NamedGroup;

  private void <init>(sun.security.ssl.NamedGroup);
    descriptor: (Lsun/security/ssl/NamedGroup;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLKeyExchange$T13KeyAgreement this
        start local 1 // sun.security.ssl.NamedGroup namedGroup
         0: .line 558
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 559
            aload 0 /* this */
            aload 1 /* namedGroup */
            putfield sun.security.ssl.SSLKeyExchange$T13KeyAgreement.namedGroup:Lsun/security/ssl/NamedGroup;
         2: .line 560
            return
        end local 1 // sun.security.ssl.NamedGroup namedGroup
        end local 0 // sun.security.ssl.SSLKeyExchange$T13KeyAgreement this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/security/ssl/SSLKeyExchange$T13KeyAgreement;
            0    3     1  namedGroup  Lsun/security/ssl/NamedGroup;
    MethodParameters:
            Name  Flags
      namedGroup  

  static sun.security.ssl.SSLKeyExchange$T13KeyAgreement valueOf(sun.security.ssl.NamedGroup);
    descriptor: (Lsun/security/ssl/NamedGroup;)Lsun/security/ssl/SSLKeyExchange$T13KeyAgreement;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.NamedGroup namedGroup
         0: .line 563
            getstatic sun.security.ssl.SSLKeyExchange$T13KeyAgreement.supportedKeyShares:Ljava/util/Map;
            aload 0 /* namedGroup */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.SSLKeyExchange$T13KeyAgreement
            areturn
        end local 0 // sun.security.ssl.NamedGroup namedGroup
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  namedGroup  Lsun/security/ssl/NamedGroup;
    MethodParameters:
            Name  Flags
      namedGroup  

  public sun.security.ssl.SSLPossession createPossession(sun.security.ssl.HandshakeContext);
    descriptor: (Lsun/security/ssl/HandshakeContext;)Lsun/security/ssl/SSLPossession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLKeyExchange$T13KeyAgreement this
        start local 1 // sun.security.ssl.HandshakeContext hc
         0: .line 568
            aload 0 /* this */
            getfield sun.security.ssl.SSLKeyExchange$T13KeyAgreement.namedGroup:Lsun/security/ssl/NamedGroup;
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
            invokevirtual sun.security.ssl.NamedGroup.createPossession:(Ljava/security/SecureRandom;)Lsun/security/ssl/SSLPossession;
            areturn
        end local 1 // sun.security.ssl.HandshakeContext hc
        end local 0 // sun.security.ssl.SSLKeyExchange$T13KeyAgreement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLKeyExchange$T13KeyAgreement;
            0    1     1    hc  Lsun/security/ssl/HandshakeContext;
    MethodParameters:
      Name  Flags
      hc    

  public sun.security.ssl.SSLKeyDerivation createKeyDerivation(sun.security.ssl.HandshakeContext);
    descriptor: (Lsun/security/ssl/HandshakeContext;)Lsun/security/ssl/SSLKeyDerivation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLKeyExchange$T13KeyAgreement this
        start local 1 // sun.security.ssl.HandshakeContext hc
         0: .line 574
            aload 0 /* this */
            getfield sun.security.ssl.SSLKeyExchange$T13KeyAgreement.namedGroup:Lsun/security/ssl/NamedGroup;
            aload 1 /* hc */
            invokevirtual sun.security.ssl.NamedGroup.createKeyDerivation:(Lsun/security/ssl/HandshakeContext;)Lsun/security/ssl/SSLKeyDerivation;
            areturn
        end local 1 // sun.security.ssl.HandshakeContext hc
        end local 0 // sun.security.ssl.SSLKeyExchange$T13KeyAgreement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLKeyExchange$T13KeyAgreement;
            0    1     1    hc  Lsun/security/ssl/HandshakeContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      hc    
}
SourceFile: "SSLKeyExchange.java"
NestHost: sun.security.ssl.SSLKeyExchange
InnerClasses:
  private final T13KeyAgreement = sun.security.ssl.SSLKeyExchange$T13KeyAgreement of sun.security.ssl.SSLKeyExchange
  SupportedGroups = sun.security.ssl.SupportedGroupsExtension$SupportedGroups of sun.security.ssl.SupportedGroupsExtension