public final class sun.security.rsa.RSAKeyFactory$Legacy extends sun.security.rsa.RSAKeyFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.rsa.RSAKeyFactory$Legacy
  super_class: sun.security.rsa.RSAKeyFactory
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.rsa.RSAKeyFactory$Legacy this
         0: .line 460
            aload 0 /* this */
            getstatic sun.security.rsa.RSAUtil$KeyType.RSA:Lsun/security/rsa/RSAUtil$KeyType;
            invokespecial sun.security.rsa.RSAKeyFactory.<init>:(Lsun/security/rsa/RSAUtil$KeyType;)V
         1: .line 461
            return
        end local 0 // sun.security.rsa.RSAKeyFactory$Legacy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/rsa/RSAKeyFactory$Legacy;
}
SourceFile: "RSAKeyFactory.java"
NestHost: sun.security.rsa.RSAKeyFactory
InnerClasses:
  public final Legacy = sun.security.rsa.RSAKeyFactory$Legacy of sun.security.rsa.RSAKeyFactory
  public final KeyType = sun.security.rsa.RSAUtil$KeyType of sun.security.rsa.RSAUtil