abstract class com.oracle.security.ucrypto.NativeKey implements java.security.Key
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.security.ucrypto.NativeKey
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6812507588904302830

  private final int numComponents;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.security.ucrypto.NativeKey this
        start local 1 // int numComponents
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            iload 1 /* numComponents */
            putfield com.oracle.security.ucrypto.NativeKey.numComponents:I
         2: .line 52
            return
        end local 1 // int numComponents
        end local 0 // com.oracle.security.ucrypto.NativeKey this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/security/ucrypto/NativeKey;
            0    3     1  numComponents  I
    MethodParameters:
               Name  Flags
      numComponents  

  abstract long value();
    descriptor: ()J
    flags: (0x0400) ACC_ABSTRACT

  int length();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey this
         0: .line 57
            aload 0 /* this */
            getfield com.oracle.security.ucrypto.NativeKey.numComponents:I
            ireturn
        end local 0 // com.oracle.security.ucrypto.NativeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey;

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey this
         0: .line 60
            ldc "RSA"
            areturn
        end local 0 // com.oracle.security.ucrypto.NativeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey;

  public java.lang.String getFormat();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey this
         0: .line 61
            ldc "RAW"
            areturn
        end local 0 // com.oracle.security.ucrypto.NativeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey;

  public byte[] getEncoded();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.security.ucrypto.NativeKey this
         0: .line 64
            aconst_null
            areturn
        end local 0 // com.oracle.security.ucrypto.NativeKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/security/ucrypto/NativeKey;

  private static native void nativeFree(long, int);
    descriptor: (JI)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
               Name  Flags
      id             
      numComponents  

  static byte[] getMagnitude(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)[B
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // java.math.BigInteger bi
         0: .line 70
            aload 0 /* bi */
            invokevirtual java.math.BigInteger.toByteArray:()[B
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 71
            aload 1 /* b */
            arraylength
            iconst_1
            if_icmple 6
            aload 1 /* b */
            iconst_0
            baload
            ifne 6
         2: .line 72
            aload 1 /* b */
            arraylength
            iconst_1
            isub
            istore 2 /* n */
        start local 2 // int n
         3: .line 73
            iload 2 /* n */
            newarray 8
            astore 3 /* newarray */
        start local 3 // byte[] newarray
         4: .line 74
            aload 1 /* b */
            iconst_1
            aload 3 /* newarray */
            iconst_0
            iload 2 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 75
            aload 3 /* newarray */
            astore 1 /* b */
        end local 3 // byte[] newarray
        end local 2 // int n
         6: .line 77
      StackMap locals: byte[]
      StackMap stack:
            aload 1 /* b */
            areturn
        end local 1 // byte[] b
        end local 0 // java.math.BigInteger bi
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0        bi  Ljava/math/BigInteger;
            1    7     1         b  [B
            3    6     2         n  I
            4    6     3  newarray  [B
    MethodParameters:
      Name  Flags
      bi    
}
SourceFile: "NativeKey.java"
NestMembers:
  com.oracle.security.ucrypto.NativeKey$KeyRef  com.oracle.security.ucrypto.NativeKey$RSAPrivate  com.oracle.security.ucrypto.NativeKey$RSAPrivateCrt  com.oracle.security.ucrypto.NativeKey$RSAPublic
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
  final RSAPrivateCrt = com.oracle.security.ucrypto.NativeKey$RSAPrivateCrt of com.oracle.security.ucrypto.NativeKey
  final RSAPublic = com.oracle.security.ucrypto.NativeKey$RSAPublic of com.oracle.security.ucrypto.NativeKey