public class com.sun.crypto.provider.TlsPrfGenerator$V12 extends com.sun.crypto.provider.TlsPrfGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.crypto.provider.TlsPrfGenerator$V12
  super_class: com.sun.crypto.provider.TlsPrfGenerator
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.TlsPrfGenerator$V12 this
         0: .line 376
            aload 0 /* this */
            invokespecial com.sun.crypto.provider.TlsPrfGenerator.<init>:()V
            return
        end local 0 // com.sun.crypto.provider.TlsPrfGenerator$V12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/TlsPrfGenerator$V12;

  protected javax.crypto.SecretKey engineGenerateKey();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.TlsPrfGenerator$V12 this
         0: .line 378
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.crypto.provider.TlsPrfGenerator$V12.engineGenerateKey0:(Z)Ljavax/crypto/SecretKey;
            areturn
        end local 0 // com.sun.crypto.provider.TlsPrfGenerator$V12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/TlsPrfGenerator$V12;
}
SourceFile: "TlsPrfGenerator.java"
NestHost: com.sun.crypto.provider.TlsPrfGenerator
InnerClasses:
  public V12 = com.sun.crypto.provider.TlsPrfGenerator$V12 of com.sun.crypto.provider.TlsPrfGenerator