final class sun.security.ssl.KrbKeyExchange
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.KrbKeyExchange
  super_class: java.lang.Object
{
  static final sun.security.ssl.SSLPossessionGenerator poGenerator;
    descriptor: Lsun/security/ssl/SSLPossessionGenerator;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final sun.security.ssl.SSLKeyAgreementGenerator kaGenerator;
    descriptor: Lsun/security/ssl/SSLKeyAgreementGenerator;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 43
            new sun.security.ssl.KrbKeyExchange$KrbPossessionGenerator
            dup
            invokespecial sun.security.ssl.KrbKeyExchange$KrbPossessionGenerator.<init>:()V
         1: .line 42
            putstatic sun.security.ssl.KrbKeyExchange.poGenerator:Lsun/security/ssl/SSLPossessionGenerator;
         2: .line 45
            new sun.security.ssl.KrbKeyExchange$KrbKAGenerator
            dup
            invokespecial sun.security.ssl.KrbKeyExchange$KrbKAGenerator.<init>:()V
         3: .line 44
            putstatic sun.security.ssl.KrbKeyExchange.kaGenerator:Lsun/security/ssl/SSLKeyAgreementGenerator;
         4: .line 45
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.KrbKeyExchange this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.KrbKeyExchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/KrbKeyExchange;
}
SourceFile: "KrbKeyExchange.java"
NestMembers:
  sun.security.ssl.KrbKeyExchange$KrbKAGenerator  sun.security.ssl.KrbKeyExchange$KrbKAGenerator$KRBKAKeyDerivation  sun.security.ssl.KrbKeyExchange$KrbPossessionGenerator  sun.security.ssl.KrbKeyExchange$KrbPossessionGenerator$1  sun.security.ssl.KrbKeyExchange$KrbPremasterSecret  sun.security.ssl.KrbKeyExchange$KrbServiceCreds
InnerClasses:
  private final KrbKAGenerator = sun.security.ssl.KrbKeyExchange$KrbKAGenerator of sun.security.ssl.KrbKeyExchange
  final KrbPossessionGenerator = sun.security.ssl.KrbKeyExchange$KrbPossessionGenerator of sun.security.ssl.KrbKeyExchange
  final KrbPremasterSecret = sun.security.ssl.KrbKeyExchange$KrbPremasterSecret of sun.security.ssl.KrbKeyExchange
  final KrbServiceCreds = sun.security.ssl.KrbKeyExchange$KrbServiceCreds of sun.security.ssl.KrbKeyExchange