public class com.sun.crypto.provider.TlsPrfGenerator$V10 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$V10
  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$V10 this
         0: .line 385
            aload 0 /* this */
            invokespecial com.sun.crypto.provider.TlsPrfGenerator.<init>:()V
            return
        end local 0 // com.sun.crypto.provider.TlsPrfGenerator$V10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/TlsPrfGenerator$V10;

  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$V10 this
         0: .line 387
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.crypto.provider.TlsPrfGenerator$V10.engineGenerateKey0:(Z)Ljavax/crypto/SecretKey;
            areturn
        end local 0 // com.sun.crypto.provider.TlsPrfGenerator$V10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/TlsPrfGenerator$V10;
}
SourceFile: "TlsPrfGenerator.java"
NestHost: com.sun.crypto.provider.TlsPrfGenerator
InnerClasses:
  public V10 = com.sun.crypto.provider.TlsPrfGenerator$V10 of com.sun.crypto.provider.TlsPrfGenerator