final class com.oracle.security.ucrypto.NativeKey$RSAPrivate extends com.oracle.security.ucrypto.NativeKey implements java.security.interfaces.RSAPrivateKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.security.ucrypto.NativeKey$RSAPrivate
  super_class: com.oracle.security.ucrypto.NativeKey
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1622705588904302831

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

  private final long keyId;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.security.spec.KeySpec);
    descriptor: (Ljava/security/spec/KeySpec;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // com.oracle.security.ucrypto.NativeKey$RSAPrivate this
        start local 1 // java.security.spec.KeySpec keySpec
         0: .line 88
            aload 0 /* this */
            iconst_2
            invokespecial com.oracle.security.ucrypto.NativeKey.<init>:(I)V
         1: .line 89
            lconst_0
            lstore 2 /* pKey */
        start local 2 // long pKey
         2: .line 90
            aload 1 /* keySpec */
            instanceof java.security.spec.RSAPrivateKeySpec
            ifeq 10
         3: .line 91
            aload 1 /* keySpec */
            checkcast java.security.spec.RSAPrivateKeySpec
            astore 4 /* ks */
        start local 4 // java.security.spec.RSAPrivateKeySpec ks
         4: .line 92
            aload 4 /* ks */
            invokevirtual java.security.spec.RSAPrivateKeySpec.getModulus:()Ljava/math/BigInteger;
            astore 5 /* mod */
        start local 5 // java.math.BigInteger mod
         5: .line 93
            aload 4 /* ks */
            invokevirtual java.security.spec.RSAPrivateKeySpec.getPrivateExponent:()Ljava/math/BigInteger;
            astore 6 /* privateExp */
        start local 6 // java.math.BigInteger privateExp
         6: .line 94
            aload 5 /* mod */
            invokestatic com.oracle.security.ucrypto.NativeKey.getMagnitude:(Ljava/math/BigInteger;)[B
         7: .line 95
            aload 6 /* privateExp */
            invokestatic com.oracle.security.ucrypto.NativeKey.getMagnitude:(Ljava/math/BigInteger;)[B
         8: .line 94
            invokestatic com.oracle.security.ucrypto.NativeKey$RSAPrivate.nativeInit:([B[B)J
            lstore 2 /* pKey */
        end local 6 // java.math.BigInteger privateExp
        end local 5 // java.math.BigInteger mod
        end local 4 // java.security.spec.RSAPrivateKeySpec ks
         9: .line 96
            goto 13
        10: .line 97
      StackMap locals: com.oracle.security.ucrypto.NativeKey$RSAPrivate java.security.spec.KeySpec long
      StackMap stack:
            new java.security.spec.InvalidKeySpecException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Only supports RSAPrivateKeySpec. Received: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        11: .line 98
            aload 1 /* keySpec */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 97
            invokespecial java.security.spec.InvalidKeySpecException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 100
      StackMap locals:
      StackMap stack:
            lload 2 /* pKey */
            lconst_0
            lcmp
            ifne 15
        14: .line 101
            new com.oracle.security.ucrypto.UcryptoException
            dup
            ldc "Error constructing RSA PrivateKey"
            invokespecial com.oracle.security.ucrypto.UcryptoException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 104
      StackMap locals:
      StackMap stack:
            new com.oracle.security.ucrypto.NativeKey$KeyRef
            aload 0 /* this */
            lload 2 /* pKey */
            invokespecial com.oracle.security.ucrypto.NativeKey$KeyRef.<init>:(Lcom/oracle/security/ucrypto/NativeKey;J)V
        16: .line 105
            aload 0 /* this */
            aload 1 /* keySpec */
            checkcast java.security.spec.RSAPrivateKeySpec
            putfield com.oracle.security.ucrypto.NativeKey$RSAPrivate.keySpec:Ljava/security/spec/RSAPrivateKeySpec;
        17: .line 106
            aload 0 /* this */
            lload 2 /* pKey */
            putfield com.oracle.security.ucrypto.NativeKey$RSAPrivate.keyId:J
        18: .line 107
            return
        end local 2 // long pKey
        end local 1 // java.security.spec.KeySpec keySpec
        end local 0 // com.oracle.security.ucrypto.NativeKey$RSAPrivate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lcom/oracle/security/ucrypto/NativeKey$RSAPrivate;
            0   19     1     keySpec  Ljava/security/spec/KeySpec;
            2   19     2        pKey  J
            4    9     4          ks  Ljava/security/spec/RSAPrivateKeySpec;
            5    9     5         mod  Ljava/math/BigInteger;
            6    9     6  privateExp  Ljava/math/BigInteger;
    Exceptions:
      throws java.security.spec.InvalidKeySpecException
    MethodParameters:
         Name  Flags
      keySpec  

  long value();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey$RSAPrivate this
         0: .line 109
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeKey$RSAPrivate.keyId:J
            lreturn
        end local 0 // com.oracle.security.ucrypto.NativeKey$RSAPrivate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey$RSAPrivate;

  public java.math.BigInteger getModulus();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey$RSAPrivate this
         0: .line 110
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeKey$RSAPrivate.keySpec:Ljava/security/spec/RSAPrivateKeySpec;
            invokevirtual java.security.spec.RSAPrivateKeySpec.getModulus:()Ljava/math/BigInteger;
            areturn
        end local 0 // com.oracle.security.ucrypto.NativeKey$RSAPrivate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey$RSAPrivate;

  public java.math.BigInteger getPrivateExponent();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey$RSAPrivate this
         0: .line 111
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeKey$RSAPrivate.keySpec:Ljava/security/spec/RSAPrivateKeySpec;
            invokevirtual java.security.spec.RSAPrivateKeySpec.getPrivateExponent:()Ljava/math/BigInteger;
            areturn
        end local 0 // com.oracle.security.ucrypto.NativeKey$RSAPrivate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey$RSAPrivate;

  private static native long nativeInit(byte[], byte[]);
    descriptor: ([B[B)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
         Name  Flags
      mod      
      privExp  
}
SourceFile: "NativeKey.java"
NestHost: com.oracle.security.ucrypto.NativeKey
InnerClasses:
  private KeyRef = com.oracle.security.ucrypto.NativeKey$KeyRef of com.oracle.security.ucrypto.NativeKey
  final RSAPrivate = com.oracle.security.ucrypto.NativeKey$RSAPrivate of com.oracle.security.ucrypto.NativeKey