public class java.security.spec.RSAKeyGenParameterSpec implements java.security.spec.AlgorithmParameterSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.security.spec.RSAKeyGenParameterSpec
  super_class: java.lang.Object
{
  private int keysize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.math.BigInteger publicExponent;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

  public static final java.math.BigInteger F0;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.math.BigInteger F4;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 50
            ldc 3
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            putstatic java.security.spec.RSAKeyGenParameterSpec.F0:Ljava/math/BigInteger;
         1: .line 55
            ldc 65537
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            putstatic java.security.spec.RSAKeyGenParameterSpec.F4:Ljava/math/BigInteger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, java.math.BigInteger);
    descriptor: (ILjava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.security.spec.RSAKeyGenParameterSpec this
        start local 1 // int keysize
        start local 2 // java.math.BigInteger publicExponent
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            iload 1 /* keysize */
            putfield java.security.spec.RSAKeyGenParameterSpec.keysize:I
         2: .line 66
            aload 0 /* this */
            aload 2 /* publicExponent */
            putfield java.security.spec.RSAKeyGenParameterSpec.publicExponent:Ljava/math/BigInteger;
         3: .line 67
            return
        end local 2 // java.math.BigInteger publicExponent
        end local 1 // int keysize
        end local 0 // java.security.spec.RSAKeyGenParameterSpec this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Ljava/security/spec/RSAKeyGenParameterSpec;
            0    4     1         keysize  I
            0    4     2  publicExponent  Ljava/math/BigInteger;
    MethodParameters:
                Name  Flags
      keysize         
      publicExponent  

  public int getKeysize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.spec.RSAKeyGenParameterSpec this
         0: .line 75
            aload 0 /* this */
            getfield java.security.spec.RSAKeyGenParameterSpec.keysize:I
            ireturn
        end local 0 // java.security.spec.RSAKeyGenParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/RSAKeyGenParameterSpec;

  public java.math.BigInteger getPublicExponent();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.spec.RSAKeyGenParameterSpec this
         0: .line 84
            aload 0 /* this */
            getfield java.security.spec.RSAKeyGenParameterSpec.publicExponent:Ljava/math/BigInteger;
            areturn
        end local 0 // java.security.spec.RSAKeyGenParameterSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/RSAKeyGenParameterSpec;
}
SourceFile: "RSAKeyGenParameterSpec.java"