public class java.security.spec.RSAPrivateKeySpec implements java.security.spec.KeySpec
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.security.spec.RSAPrivateKeySpec
  super_class: java.lang.Object
{
  private final java.math.BigInteger modulus;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.math.BigInteger privateExponent;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.spec.AlgorithmParameterSpec params;
    descriptor: Ljava/security/spec/AlgorithmParameterSpec;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.security.spec.RSAPrivateKeySpec this
        start local 1 // java.math.BigInteger modulus
        start local 2 // java.math.BigInteger privateExponent
         0: .line 58
            aload 0 /* this */
            aload 1 /* modulus */
            aload 2 /* privateExponent */
            aconst_null
            invokespecial java.security.spec.RSAPrivateKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V
         1: .line 59
            return
        end local 2 // java.math.BigInteger privateExponent
        end local 1 // java.math.BigInteger modulus
        end local 0 // java.security.spec.RSAPrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Ljava/security/spec/RSAPrivateKeySpec;
            0    2     1          modulus  Ljava/math/BigInteger;
            0    2     2  privateExponent  Ljava/math/BigInteger;
    MethodParameters:
                 Name  Flags
      modulus          
      privateExponent  

  public void <init>(java.math.BigInteger, java.math.BigInteger, java.security.spec.AlgorithmParameterSpec);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // java.security.spec.RSAPrivateKeySpec this
        start local 1 // java.math.BigInteger modulus
        start local 2 // java.math.BigInteger privateExponent
        start local 3 // java.security.spec.AlgorithmParameterSpec params
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            aload 1 /* modulus */
            putfield java.security.spec.RSAPrivateKeySpec.modulus:Ljava/math/BigInteger;
         2: .line 72
            aload 0 /* this */
            aload 2 /* privateExponent */
            putfield java.security.spec.RSAPrivateKeySpec.privateExponent:Ljava/math/BigInteger;
         3: .line 73
            aload 0 /* this */
            aload 3 /* params */
            putfield java.security.spec.RSAPrivateKeySpec.params:Ljava/security/spec/AlgorithmParameterSpec;
         4: .line 74
            return
        end local 3 // java.security.spec.AlgorithmParameterSpec params
        end local 2 // java.math.BigInteger privateExponent
        end local 1 // java.math.BigInteger modulus
        end local 0 // java.security.spec.RSAPrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Ljava/security/spec/RSAPrivateKeySpec;
            0    5     1          modulus  Ljava/math/BigInteger;
            0    5     2  privateExponent  Ljava/math/BigInteger;
            0    5     3           params  Ljava/security/spec/AlgorithmParameterSpec;
    MethodParameters:
                 Name  Flags
      modulus          
      privateExponent  
      params           

  public java.math.BigInteger getModulus();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.spec.RSAPrivateKeySpec this
         0: .line 82
            aload 0 /* this */
            getfield java.security.spec.RSAPrivateKeySpec.modulus:Ljava/math/BigInteger;
            areturn
        end local 0 // java.security.spec.RSAPrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/RSAPrivateKeySpec;

  public java.math.BigInteger getPrivateExponent();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.spec.RSAPrivateKeySpec this
         0: .line 91
            aload 0 /* this */
            getfield java.security.spec.RSAPrivateKeySpec.privateExponent:Ljava/math/BigInteger;
            areturn
        end local 0 // java.security.spec.RSAPrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/RSAPrivateKeySpec;

  public java.security.spec.AlgorithmParameterSpec getParams();
    descriptor: ()Ljava/security/spec/AlgorithmParameterSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.spec.RSAPrivateKeySpec this
         0: .line 102
            aload 0 /* this */
            getfield java.security.spec.RSAPrivateKeySpec.params:Ljava/security/spec/AlgorithmParameterSpec;
            areturn
        end local 0 // java.security.spec.RSAPrivateKeySpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/spec/RSAPrivateKeySpec;
}
SourceFile: "RSAPrivateKeySpec.java"