public final class sun.security.rsa.RSAPrivateKeyImpl extends sun.security.pkcs.PKCS8Key implements java.security.interfaces.RSAPrivateKey
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.rsa.RSAPrivateKeyImpl
  super_class: sun.security.pkcs.PKCS8Key
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -33106691987952810

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

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

  void <init>(java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // sun.security.rsa.RSAPrivateKeyImpl this
        start local 1 // java.math.BigInteger n
        start local 2 // java.math.BigInteger d
         0: .line 61
            aload 0 /* this */
            invokespecial sun.security.pkcs.PKCS8Key.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* n */
            putfield sun.security.rsa.RSAPrivateKeyImpl.n:Ljava/math/BigInteger;
         2: .line 63
            aload 0 /* this */
            aload 2 /* d */
            putfield sun.security.rsa.RSAPrivateKeyImpl.d:Ljava/math/BigInteger;
         3: .line 64
            aload 1 /* n */
            invokevirtual java.math.BigInteger.bitLength:()I
            aconst_null
            invokestatic sun.security.rsa.RSAKeyFactory.checkRSAProviderKeyLengths:(ILjava/math/BigInteger;)V
         4: .line 66
            aload 0 /* this */
            getstatic sun.security.rsa.RSAPrivateCrtKeyImpl.rsaId:Lsun/security/x509/AlgorithmId;
            putfield sun.security.rsa.RSAPrivateKeyImpl.algid:Lsun/security/x509/AlgorithmId;
         5: .line 68
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 3 /* out */
        start local 3 // sun.security.util.DerOutputStream out
         6: .line 69
            aload 3 /* out */
            iconst_0
            invokevirtual sun.security.util.DerOutputStream.putInteger:(I)V
         7: .line 70
            aload 3 /* out */
            aload 1 /* n */
            invokevirtual sun.security.util.DerOutputStream.putInteger:(Ljava/math/BigInteger;)V
         8: .line 71
            aload 3 /* out */
            iconst_0
            invokevirtual sun.security.util.DerOutputStream.putInteger:(I)V
         9: .line 72
            aload 3 /* out */
            aload 2 /* d */
            invokevirtual sun.security.util.DerOutputStream.putInteger:(Ljava/math/BigInteger;)V
        10: .line 73
            aload 3 /* out */
            iconst_0
            invokevirtual sun.security.util.DerOutputStream.putInteger:(I)V
        11: .line 74
            aload 3 /* out */
            iconst_0
            invokevirtual sun.security.util.DerOutputStream.putInteger:(I)V
        12: .line 75
            aload 3 /* out */
            iconst_0
            invokevirtual sun.security.util.DerOutputStream.putInteger:(I)V
        13: .line 76
            aload 3 /* out */
            iconst_0
            invokevirtual sun.security.util.DerOutputStream.putInteger:(I)V
        14: .line 77
            aload 3 /* out */
            iconst_0
            invokevirtual sun.security.util.DerOutputStream.putInteger:(I)V
        15: .line 79
            new sun.security.util.DerValue
            dup
            bipush 48
            aload 3 /* out */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
            invokespecial sun.security.util.DerValue.<init>:(B[B)V
        16: .line 78
            astore 4 /* val */
        start local 4 // sun.security.util.DerValue val
        17: .line 80
            aload 0 /* this */
            aload 4 /* val */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
            putfield sun.security.rsa.RSAPrivateKeyImpl.key:[B
        end local 4 // sun.security.util.DerValue val
        end local 3 // sun.security.util.DerOutputStream out
        18: .line 81
            goto 21
      StackMap locals: sun.security.rsa.RSAPrivateKeyImpl java.math.BigInteger java.math.BigInteger
      StackMap stack: java.io.IOException
        19: astore 3 /* exc */
        start local 3 // java.io.IOException exc
        20: .line 83
            new java.security.InvalidKeyException
            dup
            aload 3 /* exc */
            invokespecial java.security.InvalidKeyException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException exc
        21: .line 85
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.math.BigInteger d
        end local 1 // java.math.BigInteger n
        end local 0 // sun.security.rsa.RSAPrivateKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lsun/security/rsa/RSAPrivateKeyImpl;
            0   22     1     n  Ljava/math/BigInteger;
            0   22     2     d  Ljava/math/BigInteger;
            6   18     3   out  Lsun/security/util/DerOutputStream;
           17   18     4   val  Lsun/security/util/DerValue;
           20   21     3   exc  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5    18      19  Class java.io.IOException
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      n     
      d     

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.rsa.RSAPrivateKeyImpl this
         0: .line 89
            ldc "RSA"
            areturn
        end local 0 // sun.security.rsa.RSAPrivateKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/rsa/RSAPrivateKeyImpl;

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

  public java.math.BigInteger getPrivateExponent();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.rsa.RSAPrivateKeyImpl this
         0: .line 99
            aload 0 /* this */
            getfield sun.security.rsa.RSAPrivateKeyImpl.d:Ljava/math/BigInteger;
            areturn
        end local 0 // sun.security.rsa.RSAPrivateKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/rsa/RSAPrivateKeyImpl;
}
SourceFile: "RSAPrivateKeyImpl.java"